STM32F7: Timers in encoder mode
I would like to know whether the general purpose timers Timer 1,8,2,3,4,5 in the STM32 F7 series can be configured in encoder mode?
I am doing a comparison between F7 and H7 series Microcontrollers. I need to count my motor rotations through timers in encoder mode instead of interrupt the CPU for each rotation. I came across in the datasheets that for H7,there are 5 low power timers which support encoder mode and in F7 series there is 1 low power timer which supports encoder mode. Hence I would like to whether the general purpose timers in F7 series supports the encoder.
