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.
What is the syntax for inserting inline assembly using Keil uVision IDE and the ARMCC compiler?
This does not seem to work #define CUSTOM_DELAY() {_asm(nop)}
And then there is CMSIS, which defines a tool independent[1] macro __NOP (core_cm3.h)
Footnotes: [1] Within a set of popular ARM compilers
-- Marcus http://www.doulos.com/arm/