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

How to correctly configure LF clock source in SDK 15

Hello,

I Have a custom PCB with Fanstel BT832 module soldered. Because that module does not have a 32 KHz quartz I need to set use the internal RC source instead. The problem is that I have 3 different places to set it and I don't know which one I should use.

My sdk_config.h (copied from the hrs example) has those three:

CLOCK_CONFIG_LF_SRC

NRFX_CLOCK_CONFIG_LF_SRC

NRF_SDH_CLOCK_LF_SRC

Which one of them I need to change?

And are there other settings i need to configure to make the internal RC work?

Related