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/