Hi
I am trying to run the Hello example code from TI Resource Explorer on the DSP core(c646x) of Pandaboard ES with Jtag(XDS510). The example project is from /SYSBIOS/C6000/OMAP4/PandaBoard_ES/Generic Example/HelloExample. Code building and connecting to all processors are successful. But when loading the .out code on DSP core it failed with the following error messages.
C646X_0: Trouble Writing Memory Block at 0x8000ed00 on Page 0 of Length 0x2236: Error 0x00000002/-1202 Error during: Memory, CPU pipeline is stalled and the CPU is 'not ready'. This means that the CPU has performed an access which has not completed, and the CPU is waiting. The target may need to be reset.
It looks like a memory map problem but I checked .cfg file and it seems ok. As this is a example code I assume the memory setup should be ok. Could someone please give me some clues what could be wrong? Thanks.
Here are my development configurations:
CCS: Version: 5.4.0.00091
JTAG: Spectrum Digital XDS510USB
Gel: …\emulation\gel\omap4460\omap4460_c64_startup.gel
SYS/BIOS: 6.35.1.29
XDCTools: 3.25.0.48
Target: ti.targets.elf.C64T
Platform: ti.platforms.sdp4430
Yan