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

Which HF clock will be chosen by BLE stack?

Hi, In my code, I have not started the HF clock. I call the ble_stack_init where "SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, NULL);" is called. Which HF clock will be chosen at what PPM by the micro if I don't deliberately start the HF clock like this:

	NRF_CLOCK->EVENTS_HFCLKSTARTED = 0;

	NRF_CLOCK->TASKS_HFCLKSTART = 1;


     while(NRF_CLOCK->EVENTS_HFCLKSTARTED == 0);
Parents Reply Children
No Data
Related