I intend to use RC oscillator instead of external crystal oscillator .
I modified code : from SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, NULL); to SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_250MS_CALIBRATION, NULL);
The result is that my code can't run successfully. It seems that there is no clock source apply.
Please give me some tips ,thanks.