Hello,
I want to use the secure DFU bootloader (for OTA update) found in SDK 17.1.0 with a nRF52840-DK board.
I try the bootloader and the application named "ble_app_button_less_dfu_pca10056_s140". When the bootloader is loaded, it run correctly, and when the application is loaded through bootloader service, it works correctly.
But when I try to debug the same application, that does not work, because the application stops when the ble_dfu_buttonless_async_svci_init function is called, it is because the UICR register is set to 0xFFFFFFFF.
I do not understand why this register is erased.
Could you help me to solve this problem ? To be able to develop our application and debug it with this bootloader.
Best regards.