Other Parts Discussed in Thread: MSP-FET,
Hi Experts,
I am using BSL Scripter connected to the MSP430F5438A target development board through MSP-FET.
When I use the Sample script below:
//
//Script example 543x family UART BSL
//
//Download blink led application
//to 543x family device through uart bsl
//
//It was tested using Launchpad BSL
//application as the communication bridge
//
LOG
MODE msp430f5xx UART COM12
//gives the wrong password to do
//mass eraseof the memory
//MASS_ERASE
RX_PASSWORD .\pass16_wrong.txt
RX_PASSWORD .\pass16_default.txt
RX_DATA_BLOCK .\blinkLED_f5438.txt
//CRC_CHECK 0x5C00 0x0020 0xAF15
//CRC_CHECK 0xffd2 0x00D0 0xC1EA
SET_PC 0x5c00
I am able to load the code inside. However,, after I set the PC to 0x5C00 I have to reset the microcontroller to start the application.
My question is why does it need Reset to start the appliation?
Thanks and Regards,
Ankit