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?
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;'".