Hi All :-)
I have troubles unlocking the BSL on CC430F6137
first i do Mass erase:
// Host
80 01 00 15 64 A3
//response from the micro:
00 80 02 00 3B 00 60 C4 -0x00 Operation Successful
then I send the default password to unlock the BSL
//RX password to unlock BSL
//Host:
80 11 00 11 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 4E C9
response from the micro
00 80 02 00 3B 05 C5 94
and get 0x05 - BSL Password Error.
An incorrect password was supplied to the BSL when attempting an unlock.
What am I doing wrong?
Is the default password different from all 0xFF?
Thank you in advance