Can a Timer Trigger an Input Capture on another Timer in Encoder Mode?
On an STM32F746 I'm using TIM3 in encoder mode to count pulses from a motor's quadrature encoder. I'm using TIM2 to generate interrupts every 10 msec were I read the TIM3 CNT register to calculate the motor's RPM. There's some jitter here because of ...