Issue: Hw Timer auto_reload=false take the control of all program
Posted: Wed Oct 14, 2020 5:08 pm
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.