Hi,
I'm using a mkr1200 with LowPower.deepSleep(10*60*1000), so 10 minutes in deep sleep mode.
I wan't to implement a watchdog and I've seen in the WDTZero library that the SAMD21 has something called Early Warning Timer (EWT) that could fit, as it allows a soft WDT up to 16 minutes.
However, If I setup the WDTZero, it never waits 16 minutes, but seems to make the reset after about 16s (that is the max hard WDT).
Have somebody tried this?
Thanks