Can't capture all rising edges using timer CH3 while using CH1/CH2 as encoder counter. Chip bug?
I'm using an STM32F429ZI (NUCLEO-F429ZI)I have setup Timer 1 CH1/CH2 in encoder mode TI1 and TI2.I have also setup CH3 as input capture a rising edge. I want to capture the encoder counter every time I have a rising edge on CH3. But I have trouble ca...