Page 1 of 1

Task watchdog issue

Posted: Thu Aug 16, 2018 6:23 am
by devang.dixit
Task watchdog got triggered. The following tasks did not reset the watchdog in time:
- IDLE (CPU 1)
Tasks currently running:
CPU 0: IDLE
CPU 1: ipc1


How to Get rid off this error? Can I disable TWDT? will it work?
not able to find the ipc1 task.

Re: Task watchdog issue

Posted: Thu Aug 16, 2018 6:25 am
by ESP_Sprite
A watchdog triggering usually is a symptom of an underlying issue. What exactly are you trying to do?

Re: Task watchdog issue

Posted: Thu Aug 16, 2018 12:46 pm
by devang.dixit
There is one multi-tasking application, in which all the tasks are created using the xTaskCreate API, all these tasks use wifi.
I tried putting the delay in every task, but still these issue occurs, please guide me to resolve this.

Re: Task watchdog issue

Posted: Thu Aug 16, 2018 6:29 pm
by kolban
Here is a link to a recent video on Watchdog processing. Let's see if this answers some of the questions.

https://www.youtube.com/watch?v=C2xF3O6qkbg

If not, please post back and we can try and assist.

Re: Task watchdog issue

Posted: Thu Aug 16, 2018 6:31 pm
by fly135
ESP_Sprite wrote:A watchdog triggering usually is a symptom of an underlying issue.
Like doing OTA? :D