Other Parts Discussed in Thread: MSP430-FLASHER
Tool/software: Code Composer Studio
Hello
I'm trying to write a custom BSL from the examples provided by TI, using the CCS8 environment. I managed to compile a small example (turning on an LED) and I verified that the program was actually compiled to be stored in the BSL area.
When I try to load it with the emulator, I receive the following error:
MSP430: File Loader: Verification failed: Internal error while writing 0x01010
In practice, I understand that I can not access the BSL area in writing.
Yet in the project properties -> debugging -> MSP430 Flash Setting I set:
Allow read / write / erase access to BSL memory
and
Erase main, information and protected information memory
Where am I wrong?
Thank you