How to use LFXO and HFXO efficiently in custom nRF54L15 Board.

Hi Team,

I need to use this external clock for my deep sleep use case so let me know the step forward for the same.

I am using custom board with nRF54L15 and also LXFO and HFXO included.

Parents Reply Children
  • Hi,

    Are you referring to timed wakeup from System OFF?

    If you want to use the GRTC SYSCOUNTER compare event to wake the device from System OFF, an external 32.768 kHz crystal must be connected to the XL1/XL2 pins. Without the external crystal, timed wakeup from System OFF is not supported on nRF54L15.

    You will, for example, need the following Kconfig symbols:

    CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=n
    CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y

    Regarding the sensor issues, could you provide more details about what you are seeing, including any logs or error messages, configuration, the sensor setup you are using, and what you have already tried? That will help us narrow down the issue.

    Best regards,
    Benjamin

Related