2006-08-16 04:28 AM
Small Delay (few NOPs) in RealView RVDK C Compiler?
2006-08-16 02:16 AM
Salam,
How can i insert NOP in RealView C Compiler ? Thanks2006-08-16 04:28 AM
I don't know the RealView C Compiler but with the COSMIC or the MetroWerks (HiWare) C-Compiler you can use the command
_asm('' NOP''); to insert the single NOP-instruction.