Since moving to v4.1, I've noticed that occasionally, my units will trigger the WDT. Output is:
Code: Select all
E (21821) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
E (21821) task_wdt: - IDLE1 (CPU 1)
E (21821) task_wdt: Tasks currently running:
E (21821) task_wdt: CPU 0: IDLE0
E (21821) task_wdt: CPU 1: Buzzer
E (31821) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
E (31821) task_wdt: - IDLE1 (CPU 1)
E (31821) task_wdt: Tasks currently running:
E (31821) task_wdt: CPU 0: IDLE0
E (31821) task_wdt: CPU 1: Buzzer
E (41821) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
E (41821) task_wdt: - IDLE1 (CPU 1)
E (41821) task_wdt: Tasks currently running:
E (41821) task_wdt: CPU 0: IDLE0
E (41821) task_wdt: CPU 1: Buzzer
etc...
Is this some weird configuration error on my part?
I really need to get this sorted out soon; we were hoping to go live with our product next week. So any help would be most appreciated.