Other Parts Discussed in Thread: TMS320C6678
Hi,
I have a program built for C66x target (C6678L EVM) in Big-Endian mode. I have placed my program and data in external memory starting at address 0x8000 0000. When I try to load the program onto target, I get the following error...
Data Verification failed at address 0x8000 0000, please check the memory map
If I place my program and data in LL2/SL2 RAM, it works fine.
When I compile the same code in Little-Endian mode, I don't get any errors when I place program/data on DDR3, It loads properly and runs.
Can someone help me resolve this error? Am I missing any configurations/GEL for initializing DDR3 in Big-Endian mode?
Thanks in advance,
Venkat