Question
STM32 FOC Motor Control SDK: Motor RPM limit in torque control mode possible?
In our application, we need a PMSM motor to run mostly in torque control mode.
However, we also want to have a RPM limit in certain operating conditions.
With the FOC library v5.4.0 (running on a Nucleo-F302RB), I coudn't get this behavior to work.
In torque control mode, the speed limits MOTOR_MAX_SPEED_RPM and MAX_APPLICATION_SPEED_RPM are both ignored, and the motor spins up to the maximum speed possible by the DC bus voltage.
Does the library support a speed limit in torque control mode?
