Tool/software: Code Composer Studio
When I debug my program it happens that debugging seems to stop. My guess is that I set a register in the processor that "should not be set". After that the suspend button in the code composer window is disabled. I can only Terminate the debugging. The processor seems also to do some kind of stop. At least nothing happend anymore.
From out good old Atmet processor and studio I know that I can always suspend/pause execution and the studio shows me where the processor is. Practically the CPU is executing something and the program counter points to something. It's another question whether the instructions behind the program counter make sense.
I use TI-RTOS and have even a breakpoint in the exception handler. But this is also not triggered.
Can it be that I disable somehow the debugging support itself? Or the processor does a reset because of an error but doesn't start to run after the reset?
So what could be a state that I cannot even suspend/pause execution via my XDS110 debugger?
Regards
Erwin


