Question
Rotary encoder interrupt per rotation
Hi all.
I have a rotary encoder which generates 512 ticks per rotation and I would like to generate a single interrupt once the rotary encoder has done a full turn (512 ticks). What would be the best approach? I'm currently looking to see if the STM32 encoder mode supports this or I will have to use some type of input capture?
Thanks