Tool/software: Code Composer Studio
Hello,
I'm working with the MCU indicated in the title and CCS V7.2.
I am in a debug session when my code gets to a while(1) loop that evaluates and updates timer services.
while(1){
Tmr_Srv_Routine();
}
If I "Step Over" this code repeatedly (F6) there is now problem. But when I use the "Resume" functionality (F8) I get an error:
CORTEX_M4_0: Can't Run Target CPU: (Error -1268 @ 0x1090001) Device is locked up in Hard Fault or in NMI. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 6.0.628.3)
and after a few seconds I also get:
CORTEX_M4_0: Can't Run Target CPU: (Error -1268 @ 0x1090001) Device is locked up in Hard Fault or in NMI. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 6.0.628.3)
I should mention I am new to CCS and I could have very well missed something small but I've been chasing this error for some time now. Any suggestions would be well appreciated.