Hi All,I am trying to generate required no of pulses using PWM. This is to implement to control stepper motor with position control. I use HAL_TIM_PWM_Start_IT to start pulsing and count the no of pulses in HAL_TIM_PWM_PulseFinishedCallback. I notice...