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.