Hi. everyone.
My Board : DSP 66AK2H12
DDR3B : 2GByte
Device Datasheet : DDR3B : 0x80000000 ~ 0xFFFFFFFF
But,
Access OK : 0x60000000 ~ 0x7FFFFFFF
Not Access : 0x80000000 ~ 0xFFFFFFFF
When I try to Access, 0x80000000 ~ 0xffffffff using the CCS, and the following error:
---- error message
Trouble Reading Memory Block at 0x80000000 on Page 0 of Length 0x6c : (Error -1202 @ 0x80000000)
Device core is hung. the debugger will attempt to force the device to a ready state to recover debug control. your application'state will be corrupt.
you should have limited access to memory and register, but you may need to reset the device debug futher.
(emulation package 5.1.450.0)
================================================================================================================
* EVMK2H ==> remove DIMM(DDR3A)
Symptoms are the same as above.
What is the problem?
please help..