This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi everyone,
I encountered a loading error and I can't access to the memory and load the program into it. Here is the Full Error log:
C28xx_CPU1: GEL Output:
Memory Map Initialization Complete
C28xx_CPU1: Loader: One or more sections of your program falls into a memory region that is not writable. These regions will not actually be written to the target. Check your linker configuration and/or memory map.
C28xx_CPU1: File Loader: Verification failed: Values at address 0xBC000@Program do not match Please verify target memory and memory map.
C28xx_CPU1: GEL: File: C:\Users\qixi.cai\workspace_v8\Acadia_3.7.0\app1\APP1_XGI1500\APP1_XGI1500.out: a data verification error occurred, file load failed.
I also attach the error log screenshot, target file screenshot and Flash memory setting screenshot here. The debug probe is XDS200. CCS version is 8.1.
Does anyone know the reason or any way to fix it?
Thanks for help!
Hi Vamsi,
Device was connected. Since no program load to Flash. Memory Browser didn't even have the box for me to enter memory location. Just as the last screen shot shown, completely blank.
This screenshot is for the connection test.
Thanks,
Qixi
Hi Vamsi,
Sorry for the late update. I have fixed this issue. The way I fixed it was by Uniflash.
-Uniflash to erase the whole flash memory;
-Then load the boot loader file into it;
-Erase flash memory sectors except for boot loader sectors.
-Load the program into the board.
After perform all of above steps in Uniflash, then I can use CCS debug to load the program into the board.
Thanks and regards,
Qixi