I try dual bank DFU on nrf52832+SDK15.0.0.
After extract new image to dst_addr(run image_copy),
DFU run nrf_dfu_settings_write().
nrf_dfu_settings_write() is run, nrf_dfu_flash_erase() and nrf_dfu_flash_store().
When happen 'RESET' between nrf_dfu_flash_erase() and nrf_dfu_flash_store() , DFU setting seem invalid.
Is there a way to avoid this?