case about nRF54L15 & GRTC

Hi,

1.I'm attempting to create a GRTC wake-up example, but it's giving an error when running. Could you please help me troubleshoot this issue?
2. The line that caused the error is as follows:

    uint32_t waketime_cycles = LFCLK_FREQ_HZ / 2;  // 约 0.5s
    nrf_grtc_waketime_set(p_grtc, waketime_cycles);


3. The code is as follows:(ncs v3.1.1 nRF54L15)

1_system_off.zip
4. Log entries are as follows:

Best regards,

Peter.Min

Parents Reply Children
No Data
Related