Hi all,
I built and run the example F28335_example_BIOS_RAM from SPRA958h and it works OK on eZdspF28335 .
I tried to modify the .tcf file and move .txt, cinit and pinit in zone7. Before loading the out file I enabled Xintf, but it doesn't work.
In CCSv3.3 I don't get any error message but the program stops in FXN_F_self loop.
In CCSv4 I cannot load the code because I get the following error message :
C28xx: File Loader: Data verification failed at address 0x00200976 Please verify target memory and memory map.
Error found during data verification.
Ensure the linker command file matches the memory map.
It seems that the problem is the .text, because if I move only .text in zone7 then I still get the above message ,
but from address 0x200000.
Thanks