User Activity

Hello all,I am attempting to read the direction bit and have observed a surprising behaviour. Let’s say my encoder was set to the reverse direction. If I attempt to move the encoder in the opposite direction, the direction bit doesn’t update until I ...
Hi all,I got my hands on a quadrature encoder for the first time, and I am trying to interface it with my STM32H755 Nucleo board through the timer in encoder mode. The issue is that the interrupt is getting triggered (in the "HAL_TIM_IC_CaptureCallba...