This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

C Syntax: Cortex M3 ARMCC Insert NOP

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)}