cancel
Showing results for 
Search instead for 
Did you mean: 

Small Delay (few NOPs) in RealView RVDK C Compiler?

eng2399
Associate
Posted on August 16, 2006 at 13:28

Small Delay (few NOPs) in RealView RVDK C Compiler?

2 REPLIES 2
eng2399
Associate
Posted on August 16, 2006 at 11:16

Salam,

How can i insert NOP in RealView C Compiler ?

Thanks

wolfgang2399
Associate II
Posted on August 16, 2006 at 13:28

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.