STM32 MCUs Motor control

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

MCSDK 6.3.2 is out !

Dear MCSDK users, MCSDK version 6.3.2 is now available: Download It here. This is a bug fix release and here are the main changes for this version: Motor Control Features: FOC Fixed CORDIC Modulus computation in case of negative alpha value Fixed iss...

GMA by ST Employee
  • 855 Views
  • 0 replies
  • 0 kudos

Board Manager documentation is out !

The documentation of the Board descriptions format is now available on Motor Control Boards Description Wiki page, this documentation is compatible with MCSDK versions from 6.1.2. Board Descriptions are used by the ST motor-control workbench to enabl...

Zied b. by ST Employee
  • 4279 Views
  • 5 replies
  • 3 kudos

MCSDK documentation and your feedback

Motor Control Wiki: STM32 Motor Control Knowledge Database - stm32mcuMC Frequently asked questions (FAQ):Frequently asked questions (FAQ) - stm32mcu   The documentation of the Board descriptions format is now available on the Motor Control Wiki:   Wi...

Zied b. by ST Employee
  • 5291 Views
  • 1 replies
  • 2 kudos

EVSPIN32F0602S1

Hi,In the generation, warning and fatal errors are occurred as attached,What's the reasons of these faults and,How I can solve it ? Evaluation Board : EVSPIN32F0602S1.MotorControl Workbench V5.4.8STM32CubeMX5.6

화면 캡처 2023-11-23 134809.png
yourbryan by Associate II
  • 1125 Views
  • 3 replies
  • 0 kudos

Help creating a circuit

How to create a microprocessor system that can drive a stepper motor, where the motor, not being a component of the microprocessor system, is externally powered via a diode to meet its voltage requirement exceeding 3.3 V?

dual encoders

Hello everyone I am looking for some support with using 2 encoders on an STM32F303CB. I am able to select in the Motor Control workbench to have an encoder on Tim3 (pins B4 and B5) or on Tim2 (pins A5 and B3). I need to use 2 encoders for a project. ...

Resolved! STOPPING PMSM MOTOR

Hi,We are using MCSDK_v5.Y.4. We would like to implement Stall Detection and are considering using the measured iq current (used in FOC) for detecting a motor stall. We intend to use a Stall_Detection_Threshold, which is just below the "Current_Limit...

jocelync by Associate II
  • 1185 Views
  • 3 replies
  • 1 kudos

Resolved! Stop command and startup with Hall sensors

[VERSION]: MCSDK 6.1.2 and 6.2.0.[TOOL]: MC Workbench, MC Pilot, MC Firmware.[DETAILS]:I developed a control/power board, a custom Hall sensors board and a motor (which will interface a reduction drive) for AGV application. I was able to integrate ve...

pzt by Associate II
  • 2469 Views
  • 3 replies
  • 0 kudos

warum dreht sich mein Motor nicht

ich verwende MCSDK 6.2.0 ich versuche seit einigen Tagen ein Maxon-Motor mit B-G431B-ESC1 zu drehen. aber es gelingt bisher nicht. Könnte jemand mir bitte sagen , was ist falsch eingestellt habe? ich habe mit Workbench alle Parameter von meinem Motor...

Jess32 by Associate II
  • 809 Views
  • 3 replies
  • 1 kudos

how to set the speed in rpm in the code

I have imported the motor details from motor pilot and workbench, but now the main challenge is to set the speed in the code is there any direct api to change the speed in rpm in the code?used the below api for starting the motor, it ran smoothly. I ...