2022-01-15 04:47 AM
if I keep increase the speed_value, my little motor spin very fast all of of sudden stop, I think it's caused by IsSpeedReliable or other FAULTs
is there any variable that I can closely monitor before motor reached its limit ?
MC_ProgramSpeedRampMotor1(speed_value, 10);
thanks,
Danny
2022-01-18 08:58 AM
Dear @Community member
Welcome to the STM32 Community
Could you give more details to the STM32 Community about your setup -the material you use- ?
(HW and also SW: CPU(s), tools and versions, board(s), motor(s) and so on)
And more especially did you use STM32 MC tools (such as MC_suite, STM32 MC Motor Profile, STM32 MC SDK, STM32 MC Workbench, the used example, the origin of the base of your application source code, and so on)?
And eventually more details about your application...
Best regards
2022-01-18 08:53 PM
Hi Laurent,
SW : MotorControl Workbench 5.Y.3
SW : Motor Profiler 5.Y.3
HW : B-G431B-ESC1
I use generated code from CubeMX, my question is if how can I tell from software side I already reached the MOTOR limit ?
thanks,
Danny