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

Secure BLE DFU example doesn't run

I am working through link this tutorial and I've been able to successfully complete the steps up to D3. I'm using the bootloader_secure_ble example from SDK13 on an nRF52840 with SoftDevice s140.

I made sure to follow the steps correctly--erase the chip, program the softdevice, and program the bootloader. However, it doesn't appear that the bootloader is actually running--nrfjprog indicates that it was successfully programmed and verified, but no LED turns on (leds_init() should turn one of them on), and the device is not advertising.

I'm at a loss at the moment as to how to debug this issue. Does anyone have any suggestions?

Parents Reply Children
Related