Large application image
I have a large application image running on the STM32F427. The image is more than 1M bytes, which make it impossible for dual-image. From ST's document, for single-image, "The user application cannot download a new firmware image: the local download procedure is the only way to update the active user code."
One solution is to download the new image to external flash or SD card, what is the problem with this solution? If it is not a good idea, and I want to download the new firmware via OTA, then I have to implement the OTA code in SBSFU project?
Or any suggestion?
Thanks in advance!
