For questions specifically for the Cortex-M3.
I would like to create a debugging tool which will help me debug better my application. I'm working bare-bones (without …
c arm stack-trace cortex-m3 iarWhen using gcc to cross-compile for an MCU you provide a linker script file to the linker so it knows …
gcc linker arm microcontroller cortex-m3I want to cause an ARM Cortex-M3 Undefined Instruction exception for the test of my test fixture. The IAR compiler …
gcc arm inline-assembly cortex-m3I'm trying to write a barebones round-robin scheduler for the Cortex-M using the CodeSourcery GCC toolchain. My scheduler uses the …
embedded arm cortex-m3In my embedded systems class, we were asked to re-code the given C-function AbsVal into ARM Assembly. We were told …
performance optimization assembly arm cortex-m3I would like to count the number of Instructions per Cycle executed on an ARM cortex-M4 (or cortex-M3) processor. What …
c arm performancecounter cortex-m3 cortex-mI have a working gcc 4.3.3 toolchain for an ARM Cortex-m3 and would like to integrate it into XCode. Is there …
xcode cross-compiling xcode3.2 cortex-m3