I am working with the example hercules_examples/Application/TMS570LC43x_PMU_Demo obtained from https://git.ti.com/git/hercules_examples/hercules_examples.git
While this example works as expected, I am not able to set a breakpoint in any code before main() (for example, in _c_int00). The breakpoint I am setting show up in the breakpoint window as HW breakpoints (and the action is 'remain halted'), but the code runs all the way to main() before halting. I am trying this with a Debug build with full source visibility.
What am I doing wrong?