Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

32 kHz square wave in Lieu of Crystal : compatibility matrix ?

Dear Jared ,

Following your suggestion to create a new ticket : 


We are also considering to make a design where the nRF52840 would use for the LFCLK and external 32,768kHz square wave source from an external RTC.
We would like to know from which nRF5SDK and SoftDevice versions this combination is supported, and whether legacy BLE SDK function can be used, or migrating to the newer nrfx_… API is mandated (just in case some of the legacy functions are not fully wrapped).

One more point of interest to us is how to handle the case of an external RTC that does not provide the 32kHz clock at reset. We are considering to configure the SDK to use the internal RC oscillator by default, and then switch to the HFCLK, stop LFCLK, enable external 32kHz, and then reconfigure LFCLK to be based on external 32kHz. Do you have any opinion on this approach ?

Related