Show Posts
|
|
Pages: [1]
|
|
2
|
Using Arduino / Programming Questions / Re: Low Level programing using c++
|
on: October 24, 2012, 08:09:28 am
|
|
i meant Wiring, you'd use wiring first, then if that isn't the answer to ur dreams u do it in C/C++, then if that doesn't give u the power to do what you want then it's assembler (thumb2). It was just a theoretical question really. I don't know much about it tbh, it just that we are starting to cover assembly language based on ARM7 in uni now.
|
|
|
|
|
3
|
Using Arduino / Programming Questions / Low Level programing using c++
|
on: October 23, 2012, 04:04:16 pm
|
|
Hi all,
This might sound like a weird question... Just a quick query really, since the new Due's Atmel Arm bases Cortex M3 uses Thumb2 as low level instruction set, how easy (or hard) is it to write stuff on that level in C++? (if needed, probably not) Bypassing Wire of course.
Thanks in advance. Deian
|
|
|
|
|