Watcgdog timer resets my GRTC

I am using the nrf54l15-dk. I had a look at the datasheet and it shows that a watchdog reset does not reset the GRTC. On my code, I tested that and I see that GRTC resets when WDT resets. Is there any option to avoid this? Something which I may need to configure? 

Parents Reply
  • Hi, so I am pretty sure I don't do anything to reset the grtc, i simply let the watchdog reset and grtc is reset. the default watchdog reset is reset_soc, if I try to use reset_cpu_core which is a software reset, watchdog does not get initialised. I think the watchdog reset itself causes the grtc reset. can you please have a proper look into this 

Children
Related