We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am working on ARM Cortex M-3 with Keil uVision Comipler.Earlier i had worked with Red Suite Compiler. It used "asm volatile" keyword for inline assembly.
But with Keil, when i try using "__asm" keyword in my code, it is generating a compilation error as "Inline assembler not permitted when generating Thumb code".
What could be the possible reason for this?
Thanks in anticipation.