I am having trouble getting my application for the C6748 running without a GEL file.
The first step I did was convert the GEL file to C code.
I tested this in my modified "test_led_dip" project by putting a call to OnTargetConnect() in main() and removing "C6748.gel" from my target configuration. I am able to step through the code and everything works.
Then when I try this in my real application I get the following error in the console:
C674X_0: File Loader: Data verification failed at address 0xC0180400 Please verify target memory and memory map.
Error found during data verification.
Ensure the linker command file matches the memory map.
Any suggestions on why I am getting this error? Note, that in my modified "test_led_dip" project, I get no errors.
Thanks