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.
I was making on my eZ-FET Lite development board with the MSP430F5529 MCU while something wrong happened and the Jtag of 5529 got locked. Now I want to connect my development board through MSP-FET to unlock Jtag through UART BSL mode, but I encountered an error. "[ACK_ERROR_MESSAGE]Unknown ACK value"
Target msp430f5529 MCU | MSP-FET |
VCC | VCC_TOOL(Pin2) |
GND | GND(Pin9) |
P1.1 | UART_TXD(Pin12) |
P1.2 | UART_RXD(Pin14) |
RST/NMI/SBWTDIO(Pin76) | RST(Pin11) |
TEST/SBWTCK(Pin71) | TEST(Pin8) |
// //Script example 6xx UART BSL //Device tested: MSP430F6459 //Comm Bridge used: MSP-BSL Rocket // //Download the blink application //through UART BSL // LOG MODE 5xx UART COM10 9600 MASS_ERASE DELAY 2000 //gives the wrong password to //mass erase the memory RX_PASSWORD .\pass32_wrong.txt RX_PASSWORD .\pass32_default.txt RX_DATA_BLOCK .\blinkLED_f5529.txt SET_PC 0x4400
1. Is UART BSL available on MSP430F5529? I got conflicting results.
2. If yes, how do I set it? Should UART baud rate be set to 9601?
I think currently, you can only use USB to access it:
The reason is to make the occupied flash to be smallest.
Hi Fan,
Sorry, it is impossible. As there is not UART BSL code in it.
I would advice you try to use CCS to unlock the device. It may can save your device.
Hi Fan,
I double check for F5529, if it is locked without password, you can only unlock it using USB BSL.
Eason
**Attention** This is a public forum