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

What is the main reason that the MBR (0x7E) page is being to protected mode when the bootloader starts?

I have to write this page in case of the application firmware update, so I have to unprotect it in the bootloader (in the nrf_bootloader_app_start_final() function).
won't this be a problem?

regards,
Attila

nRF52832, SDK 15.3

Parents Reply
  • hi,

    I had a little time to deal with this issue.

    Main experience is, that if I set NRF_DFU_IN_APP to 1, the ble-dfu-secure bootloader could not start, it stops at the beginning. There is no such problem with iot-secure bootloader.

    so while I need the possibility of the ble-dfu too, is there any other settings in the sdk_config.h, which I must to set for the good working?

    regards, Attila

Children
Related