FOTA for SMT32 MCU
Hi,
I am working on FOTA for STM32 MCU using external flash to store the downloaded FW from server.
The process should be upon complete download the FW, reset MCU to bootloader mode. Then read FW from external flash and write to starting address of app.
My question is there is no way to update the bootloader (say starting address 0x00) since the code is running.
My question is - is there any way to update the both bootloader and application FW? Should I need a co-MCU to do the work? If so, how to use JTAG to debug?
Thanks,
****
