Page 1 of 1

Issue: Hw Timer auto_reload=false take the control of all program

Posted: Wed Oct 14, 2020 5:08 pm
by iotdeveloperfw
Hi everyone, I'm working with a hw timer 0 (from TMRG0), when I set the auto_reload=false, the others task (Wifi and others) that I have in my main don't run, but when I set auto_reload=true the others task run normally. So, it looks like the hw timer 0 took the control of all aplication and block the others task run. The error that appear is related to WDT timer got trigger.

Re: Issue: Hw Timer auto_reload=false take the control of all program

Posted: Thu Oct 15, 2020 2:26 am
by ESP_Sprite
Hard to say, possibly a situation where the timer interrupt is triggering over and over again starving other tasks? You should get a backtrace with the WDT timeout, what does that say?