I am trying to modify the starting ePWM duty cycle on a 28335. I began with the PMSM FOC example.
No matter how small I set the inputs to the PWM_Macro, I never get a PW less than 20%.
I need to begin turning the motor with something less than 10% duty cycle.
I have a question regarding the Motor Control Library. (Just as background - PMSM FOC Sensorless 28335)
More specifically, I am trying to use the PWM_MACRO. In order to start my motor spinning, I need the initial duty cycle to be below 10% on all three high side phases.
No matter what inputs I give the macro (e.g. svgen_dq1.Ta, b and c) I can not get the duty cycle below 20%
Do I need to make changes to the PWM Macro or is their a nice way to do this in the main routine?