Skip to main content
Visitor II
August 16, 2006
Question

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

  • August 16, 2006
  • 2 replies
  • 745 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

    eng2399Author
    Visitor II
    August 16, 2006
    Posted on August 16, 2006 at 11:16

    Salam,

    How can i insert NOP in RealView C Compiler ?

    Thanks

    Visitor II
    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.