Hi,
I have a MSP430F5438A and I use IAR IDE to program it.
I would want to make a bootloader, which would get the firmware through serial port and flash it. What exactly I want to achieve is, once the bootloader gets started, it will look for a status bit to indicate whether a firmware upgrade is required or not. Depending on this status bit, i want to upgrade my firmware through serial port.
If the upgrade is not required i would like to jump to a particular location and start my program.
If somebody could guide me through the steps of doing all these with an example, It would be really appreciating.
Thanks & Regards,
- Nawaz