nRF54L: 32kHz timer access?

With the transition of the RTC peripheral on the nRF52, nRF53, etc series to the GRTC peripheral on the nRF54L, it appears there is no longer any low-power counter that can tick at 32768 Hz?

From what I can tell, the GRTC is forced to the 1Mhz tick rate, and the TIMER peripheral only runs off the HFCLK.

 The GRTC documentation mentions an internal 32768 Hz timer, but there is no way to query its value?

It seems odd to have a 32kHz crystal driving the low power timing on the SoC, but no way to use it as a counter directly.

Parents
  • Hi Jordan,

    From what I understand it looks like there is a 32.768 kHz hardware clock on the nRF54L, but it's entirely internal and cannot be exposed as a software-readable counter and one must use the GRTC at its fixed 1 MHz tick rate for low-power timing purposes. I will anyhow verify this internally and get back to you.

    Please expect a slight delay owing to the summer holidays here in Norway. Thank you for understanding.

    Regards,

    Priyanka

Reply
  • Hi Jordan,

    From what I understand it looks like there is a 32.768 kHz hardware clock on the nRF54L, but it's entirely internal and cannot be exposed as a software-readable counter and one must use the GRTC at its fixed 1 MHz tick rate for low-power timing purposes. I will anyhow verify this internally and get back to you.

    Please expect a slight delay owing to the summer holidays here in Norway. Thank you for understanding.

    Regards,

    Priyanka

Children
Related