Resolved! HAL_TIM_IC_CaptureCallback not working on STM32F446RE Nucleo board
Hello all,I am trying to capture the rising and falling edge of a timer by calling HAL_TIM_IC_CaptureCallback function. I set timer1 as pwm generation and timer2 as input capture direct mode. I am following an example code online. I was able to trigg...