With Software Watchdog NOT stopped..Hardware Watchdog reset
Posted: Mon Apr 30, 2018 9:36 am
Hello,
In one of my ESP8266 projects, the ESP reset/reboot from time to time due to Hardware Watchdog if the reason returned by ESP.getResetReason() is true.
In my Arduino program, I don't stop the Software Watchdog. In this case, how it is possible that Hardware Watchdog timeout happens and not **FIRST** Software Watchdog timeout?
Thanks in advance for your answers
In one of my ESP8266 projects, the ESP reset/reboot from time to time due to Hardware Watchdog if the reason returned by ESP.getResetReason() is true.
In my Arduino program, I don't stop the Software Watchdog. In this case, how it is possible that Hardware Watchdog timeout happens and not **FIRST** Software Watchdog timeout?
Thanks in advance for your answers