Skip to main content
eng2399
Associate
August 16, 2006
Question

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

  • August 16, 2006
  • 2 replies
  • 770 views
Posted on August 16, 2006 at 13:28

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

This topic has been closed for replies.

2 replies

eng2399
eng2399Author
Associate
August 16, 2006
Posted on August 16, 2006 at 11:16

Salam,

How can i insert NOP in RealView C Compiler ?

Thanks

wolfgang2399
Associate III
August 16, 2006
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.