Hello.
I have a situation that when upload the softdevice, application and bootloader for some reason stays in the bootloader after some debug I found that we enter in function sd_softdevice_enable and stays there.
This is the function before I changed it. "err_code = sd_softdevice_enable(p_clock_lf_cfg, softdevice_fault_handler);"
I change p_clock_lf_cfg to NULL and the problem is gone.
So what this function do. What will be the reason to stay in that function.
The softdevice is 2.0.1 nRF52832_xxaa_s132 board pca10040 and the example that I used is based on ble_app_multirole_lesc.
Thank in advance.