I want to flash in dfu sample.
*nrf_dfu_flash_erase
*nrf_dfu_flash_store
Called nrf_dfu_flash_init (true) to execute the above function.
Since true is set in the argument of init, erase and store are set to use functions in SoftDevice.
To enable SoftDevice, the following call was made in dfu.
ret_val = nrf_sdh_enable_request ();
However, sd_softdevice_enable (& clock_lf_cfg, app_error_fault_handler) in this function resulted in a return value of 0x1 (NRF_ERROR_SVC_HANDLER_MISSING).
I don't know why this is the return value.
SoftDevice is also flashed.
Each version is as follows, so there should be no problem.
SDK : 15.3.0
SoftDevice : s140 6.1.1