How do I disable the external LFXO and use an internal RC oscillator instead?

Hi,

I'm running the system_off/ sample on v3.2.3 with these settings in prj.conf

CONFIG_PM_DEVICE=y
CONFIG_GPIO=y
CONFIG_CRC=y
CONFIG_POWEROFF=y
CONFIG_HWINFO=y
CONFIG_CLOCK_CONTROL_NRF=y
CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=n
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y

And with this overlay file:

nrf54lm20dk_nrf54lm20a_cpuapp.overlay

However, I can see that there's a high (and in fact, higher than using the external crystal) power usage.

Are these settings correct for enabling the RC oscillator?

I'm following this page, and I'm trying to use the LFRC: docs.nordicsemi.com/.../clock.html

Parents Reply Children
Related