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

nrf52 internal RC configuration

I'm using the ble_app_template of SDK11. but I dont have an external oscillator, so the run time freeze at ble_stack_init

in this answer, the solution is to relace NRF_CLOCK_LFCLKSRC_XTAL_20_PPM by NRF_CLOCK_LFCLKSRC_RC_250_PPM_4000MS_CALIBRATION but I couldnt find NRF_CLOCK_LFCLKSRC_RC_250_PPM_4000MS_CALIBRATION declaration on SDK 11.

where can I find this declaration?

thanks

Related