I have NOT modified any code in Project esp/32/idf/v4.0-rc/examples/bluetooth/bluedroid/ble/blufi
but : Task watchdog got triggered
# idf.py flash monitor
...
E (5733) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
E (5733) task_wdt: - IDLE0 (CPU 0)
E (5733) task_wdt: Tasks currently running:
E (5733) task_wdt: CPU 0: btController
E (5733) task_wdt: CPU 1: IDLE1
E (10733) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
E (10733) task_wdt: - IDLE0 (CPU 0)
E (10733) task_wdt: Tasks currently running:
E (10733) task_wdt: CPU 0: btController
E (10733) task_wdt: CPU 1: IDLE1
why?
Task watchdog got triggered
-
- Posts: 2
- Joined: Fri Sep 11, 2020 9:29 am
Re: Task watchdog got triggered
In case we have defined a infinite loop in our code, can the reset of watchdog timer happen from within this infinite loop?
-
- Posts: 9709
- Joined: Thu Nov 26, 2015 4:08 am
Re: Task watchdog got triggered
If there are no statements in the loop that block (e.g. waiting for a queue or semaphore), then yes.
Who is online
Users browsing this forum: No registered users and 26 guests