cancel
Showing results for 
Search instead for 
Did you mean: 

Controlling two servo motors with one STM32 MCU

Kmax18
Senior

For a new motion control application it would be beneficial to control two servo motors (in velocity control mode) with one STM32 MCU. It would require to generate two PWM signals based on Hall sensor feedback from two servos. The two motor velocities are not identical. Do any of you have experience with that configuration? Is it technically feasible? What are possible pitfalls? Thank you!

2 REPLIES 2

They should all able be able to generate servo signals.

A TIM programmed with a 50 Hz period can typically drive 4 pwm channels with different pulse widths. You can update the widths at the 50 Hz / 20 ms Update

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Kmax18
Senior

Thank you for your answer.