Interrupt wdt timeout
Posted: Tue Jan 24, 2017 2:36 pm
Hi all,
When i'm not jtag debugging I get Interrupt wdt timeouts.
I tracked the program counter to "asm("waiti 0");" in freertos_hooks.c:52 called by tasks.c:3293 prvIdleTask.
I thought the register dump would point to the function that was stuck and blocking interrupts. Like the docs describe https://github.com/espressif/esp-idf/bl ... m/wdts.rst
My program isn't inside a loop, it has called vTaskDelay().
I'm not seeing what is not feeding the watchdog timer, any hints on how I can figure out what task is causing the interrupt wdt?
When i'm not jtag debugging I get Interrupt wdt timeouts.
I tracked the program counter to "asm("waiti 0");" in freertos_hooks.c:52 called by tasks.c:3293 prvIdleTask.
I thought the register dump would point to the function that was stuck and blocking interrupts. Like the docs describe https://github.com/espressif/esp-idf/bl ... m/wdts.rst
My program isn't inside a loop, it has called vTaskDelay().
I'm not seeing what is not feeding the watchdog timer, any hints on how I can figure out what task is causing the interrupt wdt?