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

sdk12.2 DFU buttonless ble_dfu_init crash

I'm trying to run the DFU buttonless example however this line crashes the app:

err_code = ble_dfu_init(&m_dfus, &dfus_init);

UPDATE:

Looks like this is causing the crash, which is inside the aforementioned function

nrf_dfu_settings_init();

Related