Hi,
I have a custom board with nRF52840 and I'm using nordic SDK. My image size is increasing because I have lots of peripheral connected in my board. I would like to use external flash for the OTA.
So during DFU, the new image would be written in the external flash, and validated. On reset, Once the bootloader comes into the picture it will read and copy from external flash to the nordic's internal flash and would bring the system up.
Is this currently supported in nordic SDK for nRF52840 ? If yes which version of bootloader and SDK I need to use.
if Not then what do you suggest for big FW images? I cannot rely on single bank OTA.
BR,
NM