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.
MSP430: File Loader: Verification failed: Values at address 0x08000 do not match Please verify target memory and memory map.
MSP430: GEL: File: C:\Users\Lin\workspace_v12\led\Debug\led.out: a data verification error occurred, file load failed.
when i am trying to debug the msp430fr2355 board in code composer studio it is showing the above error.
The debug perspective is not getting opened and the above error message is shown in the console. It is happening for even the example blink led program in ccs. I tried using another laptop and got the same error.
The board was debugging and loading program before without any problem. I think the issue started after i executed FRCTL0 = FRCTLPW | NWAITS_2 ; in the program.
Can you please tell why this is happening and how to resolve it.
Hi Linto,
It looks like there are two threads on this topic (See here: https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1213418/msp430fr2355-verification-failed-values-at-address-0x08000-do-not-match-please-verify-target-memory-and-memory-map). I will close that other thread so we can debug here.
Have you changed any of your project settings recently? Also, can you try to flash one of our example projects for MSP430FR2355? Any of them would do.
Best Regards,
Brandon Fisher
Hi Brandon,
No i haven't changed any setting and i tried to flash example program but then also i was getting the same error.
Is this issue something related to FRAM.
Thanks,
Linto
Hi,
My issue is resolved.
Right click on your project-> select properties->select msp43x options-> in connection options select [on connect erase user code and unlock the device].
Tick this box and run the code.
**Attention** This is a public forum