Page 1 of 1

esp32c3 code stop after around 10 minutes

Posted: Sun Dec 05, 2021 12:52 pm
by maggymtac
Hello,

On my esp32-c3 with arduino ide, my code is stopped after around 10 minutes and i get theses trace:

Code: Select all

13:33:36.886 -> E (612033) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
13:33:36.919 -> E (612033) task_wdt:  - IDLE (CPU 0)
13:33:36.919 -> E (612033) task_wdt: Tasks currently running:
13:33:36.919 -> E (612033) task_wdt: CPU 0: esp_timer
13:33:41.900 -> E (617025) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
13:33:41.900 -> E (617025) task_wdt:  - IDLE (CPU 0)
13:33:41.900 -> E (617025) task_wdt: Tasks currently running:
13:33:41.900 -> E (617025) task_wdt: CPU 0: esp_timer
13:33:46.881 -> E (622017) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
13:33:46.915 -> E (622017) task_wdt:  - IDLE (CPU 0)

Have you idea of this problem? The code is correct.

Thank you.

Re: esp32c3 code stop after around 10 minutes

Posted: Mon Dec 06, 2021 1:43 am
by ESP_Sprite
Have you idea of this problem? The code is correct.
That is a very bold assumption to make; what makes you say this?

Re: esp32c3 code stop after around 10 minutes

Posted: Fri Dec 10, 2021 10:26 am
by maggymtac
Theses traces are not normal.

Re: esp32c3 code stop after around 10 minutes

Posted: Sat Dec 11, 2021 11:29 am
by ESP_Sprite
Sure. What makes you say that your code is correct (the issue is not with that)?

Re: esp32c3 code stop after around 10 minutes

Posted: Fri Dec 24, 2021 5:22 pm
by maggymtac
Problem resolved, upgrade version of esp32 library.