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)
Thank you.