Part Number: MSP430FR6989
Other Parts Discussed in Thread: MSP-FET
Hello everyone,
I'm trying to invoke the BSL of the MSP430FR6989 with a FT232R using UART communication, through the BSL Scripter. All the components are connected on their respective pins in order to make that invocation possible. But it seems that the invocation sequence is not well produced by the inverted DTR and RTS pins when I try to execute the txt file in the BSL Scripter.
The produced sequence looks like that:
(Nb.1 is the inverted DTR signal, while Nb.2 is the inverted RTS signal)
And it will have to look like that:
The txt file that I'm trying to run is an example located in the instalIation folder of the BSL Scripter.
//Script example FRxx UART BSL
//
//Device : MSP430FR6989
//Comm Bridge: MSP-BSL Rocket
//
//Download blink application through
//UART BSL in FRAM device
//
LOG
MODE FRxx UART 9600 COM11
//gives wrong password to do mass erase
RX_PASSWORD pass32_wrong.txt
//
//add delay after giving wrong password
//because the device does not give
//any response after wrong password applied
//
DELAY 2000
RX_PASSWORD pass32_default.txt
RX_DATA_BLOCK blinkLED_FR6989.txt
CRC_CHECK 0x4400 0x0020
SET_PC 0x4400
I don't know why I am not able to start the BSL sequence properly. May it be a problem of the FT232R?
I would appreciate so much your help.
Best regards





