QDEC on STM32H563RG with Zephyr
Hi all, I was able to make the qdec on timer1 run and read pulses from an external encoder. Now I wanna generate an interrupt after let's say 100 pulses. That interrupt should toggle a led I mean the timer has interrupts, but i don't know how to use ...