Timer and Watchdog Max Period
Posted: Sat Apr 06, 2019 9:43 am
On the pyboard, why is the pyboard Watchdog period limited to a maximum of 30 seconds, and the hardware timer to a maximum of 15 seconds ?
I have been using the timer on the esp8266 set to 300,000 ms (5 minutes) to prevent a situation where the device stays awake for more than 5 minutes meaning that it has probably crashed and it works great.
But trying to port this to the pyboard-11 and pyboard-D I have hit this limitation !
I have been using the timer on the esp8266 set to 300,000 ms (5 minutes) to prevent a situation where the device stays awake for more than 5 minutes meaning that it has probably crashed and it works great.
But trying to port this to the pyboard-11 and pyboard-D I have hit this limitation !