Hi,
I am new to MSP430 BSL and I am working on a project that requires a change of BSL password from the default (0xFF.....) to a user define password. I read from the document that the BSL password mem location is: 0xFFE0 to 0xFFFF. I wrote a simple application program to change the password, i.e write to that mem location (0xFFE0 to 0xFFFF), but it didn't work. Can anyone please help me on how to change the BSL password.
I also tried to write to the BSL mem location through BSL python script using BSL_RX_DATA_BLOCK(), but it didn't work.
I am using CSS for developing the firmware code and I am using MSP430FG6626.
I also wanted to know if I can generate a separate firmware file say bsl_password.txt file that contains the password and then I can use BSL firmware update tool to flash it to change the password? something like:
@FFE0
0xFF. 0x55 ....
....................
q
I am stuck on this problem and trying few things, which so for not working for me. Any suggestions would be helpful.
Thanks