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

What the NRF_CLOCK_LFCLKSRC setting means

Hi I want to ask what the this define

#define NRF_CLOCK_LFCLKSRC      {.source        = NRF_CLOCK_LF_SRC_XTAL,            \
                             .rc_ctiv       = 0,                                \
                             .rc_temp_ctiv  = 0,                                \
                             .xtal_accuracy = NRF_CLOCK_LF_XTAL_ACCURACY_20_PPM}

exactly means? and if I have 32.768Khz does not work. What the setting I can modify or where is the Document I can take a look.

Thank you.

Related