I want to implement BSL program for MSP430F5438.For that I am writing the code which is in a Boot memory,which is as
UART Initialisation + Sending the commands from hyper terminal + According to the respected commands perticular functions like erase,write flash will execute if the command is received in specified time period (2 sec as specified in slaa341.pdf doc)
otherwise it will execute the Application program.
How to place the code in BSL memory?
Will it work?
Plz suugest me.