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.

TMS320F28335: Breakpoint only stops once in for loop when debuging with CCStudio 12.2

Part Number: TMS320F28335
Other Parts Discussed in Thread: CCSTUDIO

I am facing an issue while debugging with CCStudio 12.2 on a TMS320F28335 microprocessor.

When I set a breakpoint inside a for() loop, the code only stops the first time at the breakpoint. I have confirmed that the code has executed the specified number of times as indicated by the for() loop. Thus, it appears that there is a specific problem with the breakpoint utility.

This issue occurs consistently with any for() loop within the project I am currently working on.