Running the example 13_timer_group, I get this error: Guru Meditation Error: Core 0 panic'ed (Interrupt wdt timeout on CPU0)
Drilled this down, to use timer1 in group 1 only and still get this error.
I'm prettx sure, disabling IDT watchdog in menu config is not the correct answer, or am I wrong ?
Example 13 (timer) panic
-
- Posts: 9709
- Joined: Thu Nov 26, 2015 4:08 am
Re: Example 13 (timer) panic
Looks like the timer task has been allocated a somewhat small amount of stack, and some of the recent changed increased stack usage slightly. In 13_timer_group/main/timer_group.c, change the xTaskCreate parameter that is now 1024 into 2048 and the example should start working. I've also fixed this in esp-idf; the fixed version should end up on github in a few days. Thanks for spotting this and notifying us!
Re: Example 13 (timer) panic
Thanks a lot. It works
Now I can take it and use it in my application.
Proud that I could help
Now I can take it and use it in my application.
Proud that I could help
Who is online
Users browsing this forum: No registered users and 21 guests