Hello Nordic team,
I’m currently developing on nRF52832 and encountering an intermittent issue with BLE DFU.
Problem Description
When performing BLE DFU, the DFU process completes successfully on the mobile app side (shows DFU completed), but sometimes the device fails to boot after the update.
In these failure cases:
-
The device does not start the application
-
It does not advertise or respond over BLE
-
The only way to recover is to:
-
Connect via SWD
-
Perform a full ERASE
-
Re-flash the firmware again
After that, the device works normally.
-
This issue does not happen every time, but occurs randomly.
Environment
-
SoC: nRF52832
-
DFU type: BLE DFU
-
SDK: nRF5_SDK_17.0.2_d674dde