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.