We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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;'".