How to calculate max encoder frequency
I'm using the encoder mode of the hw timer on a STM32G0 to count pulses of a quadrature encoder, and trying to figure out how fast the encoder can be run before we start to lose pulses. For reference the encoder is 10k CPR, and is on a wheel that can spin at several rev/s.
If I'm understanding the RM correctly, the encoder pulses are essentially clocking the peripheral in this more so it seems to me that the theoretical limiting factor (signal noise aside) would be the max clock speed of the timer (64MHz). However, I'm not sure if I am misinterpreting or omitting something.
TL;DR: Looking for some help with calculating theoretical max pulse rate of a rotary encoder with the STM32G0's timer
