Hi,
I am using nrf52832 and mesh sdk 3.1.0 with nrf5 sdk 15.2.
We use dual bank approach for our firmware update with the normal nrf5 sdks ble bootloader. But now our application size has increased and bank1 from internal flash will not be sufficient to download and keep the new firmware image. To take care of this we want to use our external flash which works on SPI interface to act as bank1 for firmware image. Can you please confirm if this is possible by modifying the bootloader code? Can you please let me know if any example code is available which does similar thing? Or can you please give me some pointers on how to go about it?