2021-08-24 10:21 AM
I'm considering STM32G431 for a motor control project with 4 stepper motors driven by step and direction.
Can all 4 steppers be controlled by using TIM1's four PWM Generation channels 1 thru 4 and be made to move by different amounts of pulses simultaneousy?
Or do I need to use a separate TIMx for each motor, e.g., TIM1, TIM8, TIM2, TIM3?
Solved! Go to Solution.
2021-08-24 10:47 AM
You need a separate timer for each motor, unless you want them all to move at the same speed.
2021-08-24 10:47 AM
You need a separate timer for each motor, unless you want them all to move at the same speed.
2021-08-24 11:02 AM
@TDK thank you!