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

(solved) Bootloader crash (s132 softdevice 2.0.0, DFU-Example)

Hello :) I'm trying to run the DFU example (dfu_dual_bank_ble_s132_pca10040) for the nrf52832 chip on a custom board. The Bootloader crashes/resets at the SOFTDEVICE_HANDLER_INIT(CLOCK_SOURCE,EVT_HANDLER) macro. I adjusted the pin configuration for my board, so what else could be the reason for the reset? With best regards.

EDIT: It was the clock-config. I tested my case with the RC oscilator and the synth clock and it worked with both. Thanks to Bui

Related