Hw timer auto_reload=false issue
Posted: Tue Oct 13, 2020 7:33 pm
Hi everyone, I'm working with a hw timer 0 (from TMRG0), when I set the auto_reload=false, the others task 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.