Hello everybody,
In my application I need to update the msp430f5438A firmware from another uart device (not a PC) where I've already downloaded my flash image file. So I start studing the "MSP430 Programming Via the Bootstrap Loader user's guide" but I don't have found any example that show how to do that.
Before starting to test my hardware configuration, I would like to be sure that the procedure was correct.
I.e. If I have to flash a firmware of 1024 bytes the rigth way to do it would be:
1. execute a Mass Erase command
2 execute an RX Password command
3. execute an Rx Data Block i.e. of 16 bytes
4. repeat point 3 until all the firmware was flashed (64 times if there are 1024 bytes).
In IAR what is the correct output flash image file to use, and how is it encoded?
Thanks