Set CLKSET on nRF54L05 to Use External Low-Frequency Crystal (LFXO)

Hi everyone,

I’m working with the nRF54L05 MCU (SDK v2.9.0) for my application.

From the documentation, I read that in the system_off demo, when using the z_nrf_grtc_wakeup_prepare() function, the system defaults to the LFRC (internal low-frequency clock). However, I noticed that the timing is not accurate. I believe switching to the LFXO (external low-frequency crystal) would provide better accuracy.

My question is: how can I configure CLKSET to use LFXO instead of LFRC?

Many thanks in advance.

Related