This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Problem with "NOP"

Other Parts Discussed in Thread: HALCOGEN, TMS570LS0432

Hello Team TI

I use FreeRTOS in TMS570LS0432 Launchpad and HALCoGen for Code Generation. I have a problem with this line


asm("nop");

When I use this line once in the whole of the code(main file+drivers), .out file is generated. But if I use more than once, I dont get .out file while debugging.  May I know the reason behind this error?