My setup currently consists of the following:
Hardware: PC, Mistral Board with OMAP3530 and Spectrum Digital XDS510 PLUS USB Emulator Pod
Software: XP, CCS version 4.1.2, BIOS version 5.41.04.18
I successfully compiled and linked the DSP portion of the TI dsplink "loop" example using CCS. I then successfully created and launched a debug session. However, when I attempted to load the executable on the target I received the following error:
C64XP_0: File Loader: Data verification failed at address 0x87E22C00 Please verify target memory and memory map. Error found during data verification. Ensure the linker command file matches the memory map. The memory map has the following information regarding that location:
DDR2 87e00080 000fff80 00022d19 000dd267 RWIX
According to the linker file:
.hwi_vec: { *(.hwi_vec) } align = 0x400, RUN_START(HWI_A_VECS) > DDR2
What exactly is causing the problem and what's the fix?
Thanks,
Len