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.

TMS320F280049C: BreakpoInts in CCS doing strange things

Part Number: TMS320F280049C

I'm experiencing strange behavior related to breakpoints in CCS  version 10.2.0.00009

See attached example

In this example I have a breakpoint set inside an if statement. I'm not expecting the breakpoint to be activated because the if should be evaluated as false, however the program does halt at the breakpoint.

As shown when I hover over keys, IN_MM has a value of 0.

 

Interestingly if I set the breakpoint at line 316 and then do a single step the program skips over this if statement entirely as I would expect it to.

I have re-compiled, re-saved, re-loaded etc. and regardless CCS halts unexpectedly at this line.

What's up with this or what am I doing incorrectly