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

how to add NOP instruction in DS-5?

i want to add the nop instruction in DS-5, but i don't know how?

i has ever use CCS and i know insert the "asm(" NOP");" which can execute the nop instruction.

what can i insert for nop instruction?

Parents
  • I used the " __nop()" refer to your provide,but failed again.

    It is the error message:

    “APP/app.c:486:11: error: implicit declaration of function '__nop' [-Werror=implicit-function-declaration]”

    The compilation is passed if i use "__asm__("NOP");" instead of "__nop;'".

Reply
  • I used the " __nop()" refer to your provide,but failed again.

    It is the error message:

    “APP/app.c:486:11: error: implicit declaration of function '__nop' [-Werror=implicit-function-declaration]”

    The compilation is passed if i use "__asm__("NOP");" instead of "__nop;'".

Children
No data