How to make the Intermittent application with GRTC and LFXO while asleep.

Hi.

I have been investigating how to use GRTC and LFXO for LFCLK with nRF54L15DK.
In my goal, I would like to make the Intermittent application with sleep and GRTC that works with LFXO even if the MCU stay asleep.

I found the library(nrfx_grtc.h), but I couldn't find the sample named 'GRTC' with the library from ncs 3.0.0.

Do you know how to manipulate the API of GRTC, and properly to write the prj.cof ?


Best regards.

Parents Reply
  • This example should not require any additional modifications besides the configuration changes you made. I also confirmed this by building the same sample on my end. Please try loading the attached hex file to see if you get the same result.

    8468.merged.hex

    nrfutil command to flash the *.hex file from the command line:

    nrfutil device program --firmware merged.hex --options reset=RESET_PIN,verify=VERIFY_READ,chip_erase_mode=ERASE_NONE

Children
No Data
Related