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.
When I choose Properties>Debug>Program/Memory Load Options and choose Full Verification, I get the following
MSP430: File Loader: Verification failed: Values at address 0x01052 do not match Please verify target memory and memory map.
MSP430: GEL: File: /home/sporty/HydroGuardFW/hw_1_5/Production/hw_1_5.out: a data verification error occurred, file load failed.
My embedded firmware includes custom code in BSL section for over the air programming which can be seen here:
If I do not choose full verification, it all works fine, but I would like things to be verifiable, what can I do?
Hello,
In CCS under Properties > Debug > MSP43x Options > Download Options, did you select "Allow Read/Write/Erase access to BSL memory"? The address in the error message is located inside the BSL memory. Also, I would recommend referring to the instructions provided in the 'README.md' file in the GitHub project above, since it also mentions modifying the linker command file.
For more troubleshooting tips for Data Verification Errors in CCS, refer to the following resource.
Regards,
James
MSP Customer Applications
Hello,
If I'm understanding you correctly, MSP430-FLASHER works fine programming and verifying your .hex file. When you use CCS to do the same thing, you get the error mentioned above.
Looking at the 'README.md' file in the repo, I see that they modified the linker command file to include BSL sections. Also, in the picture highlighting the need to allow access to the BSL, I see that they selected "Erase main, information, and protected information memory" in CCS.
In CCS, try using their linker command file and selecting this erase option. Before doing so, I would back up the entire memory to preserve the TLV data, etc. in case, so you can restore the device. I've attached the default linker command file for the MSP430F5335 for your reference.
Regards,
James
MSP Customer Applications
**Attention** This is a public forum