Skip to main content
dannypkchan
Associate III
January 15, 2022
Question

how to tell my motor's max. rpm ?

  • January 15, 2022
  • 2 replies
  • 794 views

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

This topic has been closed for replies.

2 replies

Laurent Ca...
Senior III
January 18, 2022

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

dannypkchan
Associate III
January 19, 2022

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