Hello,
When I debug S/W for Netra (DM816x), I see the following error message popping up and the connection between CCS and Cortex M3 is lost.
CortexM3_ISS_0: Error: Error 0x20000020/-1310 Severe Error during: Execution, CPU stall due to LOAD/STORE detected...attempting recovery... Stall recovery apparently succeeded. Attempt to halt failed! Reccommendation: Rectify stall condition with system reset or POR.
CortexM3_ISS_0: Failed to remove the debug state from the target before disconnecting. There may still be breakpoint op-codes embedded in program memory. It is recommended that you reset the emulator before you connect and reload your program before you continue debugging
My CCS version is "Version: 5.0.1.201012231000, Build id: N201012231000". And the CPU is ARM Cortex M3.
I guess this is a S/W bug, not a CCS issue. It happens only when a certain procedure is followed and it can be reproducable. But I'd like to know what can cause such an issue and what the meaning of the error message is. So that I hopefully can narrow down where the issue comes from. Does it say there is a CPU exception such as undefined instruction or division by 0? And is there any way to re-connect CCS to Cortex M3 to see the CPU register, memory etc?
Thanks,