NRF5340 SPI in-app DFU

Hello,

I want to develop a in-app DFU using SPI on nrf5340.

I plan to use dual section with MCUBoot

The app will need to write to secondary partition based on the SPI received data.

The question I have is how can the application interface with DFU/MCUboot to reboot, confirm & swap images (secondary to primary) once the transfer to flash is completed ?

Is there an example of custom DFU using SPI ?

Thank you

Related