2017-01-05 04:09 AM
Hello,
have a little Problem with the Timer (TIM1) on my IHM001
I want to brake the motor down to zero and then i want to align the motor to different positions like a stepper motor.
The Braking down to zero works, the Motor is stopped and the Timer Outputs are all low.
How can i get the Timer working to genereate a PWM on the motorphases without Spinning?
2017-01-10 05:40 AM
I'll need to enable the MOE bit to enable PWM outputs.
TIM_CtrlPWMOutputs(TIM1, ENABLE);