Debug / Trace Software / Hardware WDT
Posted: Sat Apr 18, 2020 11:20 am
I am experiencing some issues with esp8266 device where they reset due to either a software or hardware wdt. I did check the code for obvious loop issues etc, but cannot find any clear cause, so I think it might be either hardware related or because of 3rd party libraries.. I am using the ESP.getResetInfo(); to get the cause of the reset, however, that gives me not a full stack trace (its hard for me to debug serially).
Would it be possible (and if so how..) to get some trace to the problem in code with only the following data (from ESP.getResetInfo() )
Exception (0): epc1:0x4010032a epc2:0x00000000 epc3:0x00000000 excvaddr:0x00000039 depc:0x00000000
Would it be possible (and if so how..) to get some trace to the problem in code with only the following data (from ESP.getResetInfo() )
Exception (0): epc1:0x4010032a epc2:0x00000000 epc3:0x00000000 excvaddr:0x00000039 depc:0x00000000