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

How to use clock RC \51422

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.

Parents Reply Children
No Data
Related