Search found 1 match

by mjbmik2
Fri Jul 29, 2022 3:58 am
Forum: ESP32 Arduino
Topic: Viewing the watchdog trigger margin?
Replies: 0
Views: 773

Viewing the watchdog trigger margin?

Is there a way of seeing how close the interrupt and task watchdogs are getting to being triggered? For example, if a trigger threshold is set to x milliseconds, what is the highest value it gets to. Currently my program isn't triggering the watchdogs, but I have no idea how close it's getting to th...