Hello,
I'm trying to optimize DSP functions to use them in my cortex M3 MCU. I use the Keil compiler and I want to work with inline assembler, but the Keil compiler don't support the inline assembler in thumb mode. Could anybody help me to find a workaround of this issue. Thanks.
Best Regards
Another "workaround" would be using the embedded assembler (which does support ARM and THUMB code) instead the inline assembler (which only supports ARM.
Refer to the compiler manual about this.