Open akshayvernekar opened 4 years ago
Hi, looks like your program run into an infinite loop somewhere in your interrupt handler. You can check their documentation and maybe use the debugger?
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/wdts.html
@akshayvernekar , we recently found an issue which was causing an incorrect default value of task watchdog timer, leading to such crashes. It has been fixed here: https://github.com/espressif/ESP8266_RTOS_SDK/commit/f03e81b0927fd0eabfc996692c01e440aa251d63
Please check if it helps. Sorry for the late reply.
Hi, I am working on a project which involves connecting esp8266 to AWS IOT, I am using the HEAD version of ESP8266_RTOS_SDK and using esp-aws-IOT as an external component . After flashing the firmware I get "Task watchdog got triggered." error followed by a crash . I tried disabling task watchdog but this causes some wifi related issues . Following is the crash log, kindly guide
Regards Akshay