This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I have a custom board with MSP430F5438A which is interfaced with PAN1326 bluetooth controller. I want to regularly provide update to the end user who uses my product. To do this my plan is this
1. Send binary file to a mobile app which will send it to MSP430F5438A via Bluetooth Serial Port Profile(SPP)
2. Store the binary in code memory of MSP430F5438A. I think this is possible because my code does not use more than 100KB of code memory and I see that MSP430 has 256KB.
3. Write a custom BSL which searches for any updated code if available in code memory banks, then rewrites the code (updates it)
4. MSP430 resets & executes the new code.
I am positive that I can do the steps 1 & 2. My question is whether step 3 is possible? If yes, is there any literature available to do the same? Also the boards are already manufactured, so sadly I can't make any hardware changes.
Thanks
Shashank
**Attention** This is a public forum