ESP8266 Developer Zone The Official ESP8266 Forum 2015-07-28T12:53:57+08:00 https://bbs.espressif.com:443/feed.php?f=61&t=835 2015-07-28T12:53:57+08:00 2015-07-28T12:53:57+08:00 https://bbs.espressif.com:443/viewtopic.php?t=835&p=2888#p2888 <![CDATA[Q: My program triggers the watchdog reset. Why is this so?]]> Q: My program triggers the watchdog reset. Why is this so?
[Non-OS SDK]
If the consecutive execution time of a piece of code exceeds 3.2s, the watchdog will reset. The watchdog feed is executed in task, and if it cannot be executed when the execution time passes over 3.2 s, the watchdog will reset .
[OS SDK]
Note that the time for critical protection or hanging the scheduler cannot exceed 3.2s.

Statistics: Posted by Guest — Tue Jul 28, 2015 12:53 pm


]]>