Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
I'm working with the LP-MSPM0C1104, however I'm not able to debug efficiently since all software breakpoints get disabled once i start the debugger.
For example, if I open the example project timix_timer_mode_one_shot_standby and i compile it with no optimization (-o 0):
However, as soon as i start the debugger the first breakpoint will be "converted" to an hardware breakpoint and all others will be removed:
Therefore the program will not halt execution at lines 40 or 51, however it will halt at the __BKPT() instruction of line 53
Furthermore, if i try to Step Over, nothing happens and i get the following error:
Breakpoint Manager: _JobHardwareBreakpoint::ARM_DEBUG_V6M_bpu_add_breakpoint: FPB : All resources are in use.[22062]
Software versions used:
- Theia CCS v.20.1.0.445
- MSPM0 SDK v.2.4.0.06
- SysConfig v.1.22.0
- Compiler: TI Clang v4.0.2LTS