I need a timer to change its frequency every millisecond.I'm controlling a AC synchronous servo with pulse and direction in velocity mode(by changing the frequancy of the pulse) what is the ideal way
I have stm32f4 discovery board(STM32F407VGT06) running at 168Mhz. requirement 1) i have to run a motor (AC synchronous servo - yaskawa ) by pulse and direction.for which i can use a timer in PWM mode with 50% duty cycle. relat...