Hi all,
I'm trying to add to our application BLE DFU feature. Therefore I'm testing first the secure bootloader example provided in the SDK v16.0.0
I managed to build the bootloader successfully and I can see the target ready for DFU and the package is sent succefully. However, the application doesn't start after the system reset although I can see in the memory layout ( using nrf connect) that the new firmware is installed.
My question is if I'm missing something concerning the DFU mode that doesn't make the application start?
Thanks in advance