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

Bootloader upgrade with SPI flash (XIP) address

I am developing a bootloader that upgrade the bootloader/software/application from SPI flash. I think I can use memcpy from XIP address directly. However, bootloader upgrade is using nrf_dfu_mbr_copy_bl function.

So my question is: Will the MBR able to recover (reprogram) the bootloader area from XIP address if the power loss during the upgrade process?

Thank.

Related