2014-12-23 05:12 AM
Hi everyone.. Im trying to generate pwm signals from four different timer as tim10 tim11 tim13 tim14... Im driving step motor by stepper driver. I can do discrete way but I have to drive at same time... How can I do that if I can? Have a good day...(im using stm32f4 discovery board)
2014-12-23 11:15 AM
Synchronously at the same frequency?
Step#1 would be to identify the pins the timers are going to use, and chose different timers if the pins require such. What code have you created so far?