Try to implement the BSL function in MSP430FR6989.
[Setp 1]
Using the usb bridge CP2102 to connect computer USB port, and the MCU TX/RX pins are used to commincated with CP2102.
In addition, the BSL function is triggered by software, then the command below will be executed when receive specific command
__disable_interrupt();
((void (*)())0x1000)();
The mcu seems to enter the BSL function after above command is executed.
[Step 2]
Open the "BSL-Scripter.exe" and hope to use this application to upload new firmware image file into MCU.
After the command is typed, this application is crash. And I can see the information on command window is "The command is not available".
Even I type "-help" command, then I occur the same problem.
Below are my questions please help me to clarify
1. Can the BSL function be triggered by software which is like as I did?
2. Why does the BSL-Scripter crash when I type "-Help"?
3. The BSL process that I did is wrong?
Thanks~