2024-03-27 03:50 AM - edited 2024-03-27 03:52 AM
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_CaptureCallback" function), but the timer counter is not incrementing. Any potential leads?
Solved! Go to Solution.
2024-03-27 04:06 AM
No actual details of code, pin level connectivity to make any useful determination of what could be wrong.
2024-03-27 04:06 AM
No actual details of code, pin level connectivity to make any useful determination of what could be wrong.
2024-03-28 04:27 AM
Did a rookie mistake, configured the second channel at the wrong pin and it is working fine now.