2021-02-17 04:35 PM
2021-03-07 11:01 PM
Dear skyWork,
you can stop the motor slower by using the function MC_ProgramSpeedRampMotor1(int16_t hFinalSpeed, uint16_t hDurationms );
with hFinalSpeed=0 and hDurationms that fit your requirements.
You can find more information on STM32 motor control SDK user manual :
Best Regards, Mathieu
2021-03-07 11:01 PM
Dear skyWork,
you can stop the motor slower by using the function MC_ProgramSpeedRampMotor1(int16_t hFinalSpeed, uint16_t hDurationms );
with hFinalSpeed=0 and hDurationms that fit your requirements.
You can find more information on STM32 motor control SDK user manual :
Best Regards, Mathieu