Part Number:MSP432P401R
Hi ,
Please help, My customer have problem with bootloader on his MSP4320LaunchPad.
Here is the actions I am doing:
- connected MSP432 LaunchPad to PC.
- Run BSL+Scripter.exe MSP432_uart.txt (see below)
- Observe error (see below)
MSP432_uart.txt -
//
//Script example MSP432 UART BSL
//Device : MSP432P401R
//Comm Bridge: XDS110 - MSP432LP BackChannelUART
// for this setting, the parity need to be
// set from Scripter side
// When MSP-BSL Rocket is used, parity will be
// generated by the Rocket
//
//Download blink application to
//MSP432 device through UART BSL
//
LOG
MODE P4xx UART 9600 COM6 PARITY
RX_PASSWORD_32 .\pass256_wrong.txt
RX_PASSWORD_32 .\pass256_default.txt
MASS_ERASE
RX_DATA_BLOCK_32 Blink_LED.txt
//RX_DATA_BLOCK_32 Blink_LED.hex
TX_BSL_VERSION_32
TX_DATA_BLOCK_32 0x0000 0x4000 ReadBlock_MSP432P401R.txt
//TX_DATA_BLOCK_32 0x0000 0x4000 ReadBlock_MSP432P401R.hex
REBOOT_RESET
Observe error
[ERROR MESSAGE]Initialization of BSL P432 failed! Exit the scripter!