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.

TMS320F28375D: NOP in CLA code

Part Number: TMS320F28375D

Tool/software:

I am using no operation function to create 10 clock cycles delay in my cla code as asm(" RPT#10 || NOP") but the delay is not creating. I am getting zero clock cycles delay. My clock frequency is 200MHz.If I use same delay function in cpu code I am getting delay as expected.