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

nrf_dfu_mbr_copy_sd returning NRF_ERROR_INTERNAL

We are running a nRF52832 with SD132. We are attempting to update the soft device as part of our custom boot loader with the nrf_dfu_mbr_copy_sd. It returns NRF_ERROR_INTERNAL. Is there anything that can be looked at to determine what the error is? The destination flash is erased by the nrf_dfu_mbr_copy_sd function call.

Tried a couple different parameter combinations, but one was pSrc = 0x1f000 pDest = 0x1000 pSize = 0x1000

Related