Task watchdog got triggered with OTA example
Posted: Wed Jul 04, 2018 10:15 am
Hello, I'm trying to develop a device with the OTA feature, and now using the below example.
https://github.com/espressif/esp-idf/tr ... system/ota
It rarely got success, but in almost all cases, I got the below message.
I tried to put vTaskDelay(10) and watchdog deinit or reset, but got nothing at all.
I don't know the exact reason and what I use now is the official example. The task does not come up again if it fall into that situation.
Any suggestions would be much appreciated.
https://github.com/espressif/esp-idf/tr ... system/ota
It rarely got success, but in almost all cases, I got the below message.
I tried to put vTaskDelay(10) and watchdog deinit or reset, but got nothing at all.
I don't know the exact reason and what I use now is the official example. The task does not come up again if it fall into that situation.
Any suggestions would be much appreciated.