I have a test project that sets up TIM3.3 to count microseconds between falling edges of the timer input. The timer is started with a call to HAL_TIM_IC_Start_IT(&htim3, TIM_CHANNEL_3); to start timing the input. Inside HAL_TIM_IC_CaptureCallback(*...