Hello,
I am testing my code with ccs6 and xds560v2. Device i am testing is c6671.
When I downloaded a code, I saw error message as below.
[quote]
Trouble Reading Memory Block at 0x6620676e on Page 0 of Length 0x1:
(Error -1202 @ 0x6620676C)
Device core is hung. The debugger will attempt to force the device to a ready state to recover debug control. Your application's state will be corrupt. You should have limited access to memory and registers, but you may need to reset the device to debug further.
(Emulation package 5.1.600.0)
[/quote]
I think that this error is related to my code, but I can't debug because of this error.
However the address 0x6620676C is PCIe area I don't access at all.
I cannot debug because of this error.
If I know the sequence of .out file loading, it should be very helpful for me to find reason.