I have a hardware like the PINE Watch, with nRF52832 and external memory XT25F32B connected via SPI with the following:
PIN P0.2 SCK
P0.3 MOSI
P0.4 MISO
P0.5 CS
My application that I made on the nRF52-DK where I also activated the FOTA has a size greater than 256KByte and I cannot perform the FOTA upgrade.
So I ask you how to configure MCUBOOT SDK 1.6.1, to transfer slot 1 on the external flash so as to have enough space for my application and allow the upgrade via FOTA
Thanks for your help
Fausto