Watchdog (WDT) counter value

Hello there.

I would like to know how can I read the counter value right before resetting WDT directly from the register.

That means right before calling:

NRF_WDT->RR[0] = WDT_RR_RR_Reload;

I want to know how much time has passed since the last reset.

Related