This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

dual bank DFU is redundancy?

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?

Parents Reply Children
Related