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

HFCLK start and usage

Dear Nordic Support,

Processor: nRF52840 / S140 soft device / SDK 15.3.0

I have a question about the use of the HFCLK in relation to the soft device. Our board has both a 32.768kHz and a 32MHz crystal. Currently, we configure the LFCLK to use the external crystal, but we do NOT configure the HFCLK to use the external crystal. My question is this: In our case -- where the HFCLK is using the internal oscillator (HFINT) -- will the soft device automatically enable the external crystal for BLE transactions? The S140 SDS clearly says it will if the radio time-slot API is used, AND the user requests the HFCLK set to the external clock and ready before the time slot. We are not using this API. We are using the stack to manage a single BLE peripheral connection.

thanks,

- J

Related