STM32 MCUs Motor control

Discuss STM32 solutions for motor control, including PID tuning, sensorless operation, ADC noise, custom algorithms, and more.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

User Manual MCSDK documentation

  Dear MCSDK users, The full MCSDK documentation is embedded in the Motor Control Workbench tool. Refer to Workbench tool > About > Documentations > Documentation.This document provides: Introduction: Includes startup guide links for MCSDK, HSO featu...

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

MCSDK 6.4.0 is out!

Dear MCSDK users, MCSDK version 6.4.0 is now available: Download It here. This version of the new Motor Control SDK 6 series (X-CUBE-MCDSK) provides mainly FOC and 6Step improvements, here are the main changes for this version: Motor Control Features...

GMA by ST Employee
  • 1084 Views
  • 0 replies
  • 3 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
  • 5589 Views
  • 5 replies
  • 3 kudos

Hello, I am evaluating the STEVAL-SPIN3201 with the ST-SPIN32F0and trying to achieve very low speed with high torque.

 I am using a 57BL90 motor with Halls, 90 watts, testing at 24vdc. I am using the ST workbench to specify all of the parameters then generate the *.h files which are downloaded using Keil. I am able to achieve good high speed motor control but very l...

Mark-S by Associate II
  • 971 Views
  • 3 replies
  • 1 kudos

MotorControl Workbench 5.2.0 does not detect STM32CubeMX

Hello all. I tried finding a solution on all the resources I can think of, tried uninstalling/ reinstalling the Cubemx and MotorControl Workbench, following the suggested order (first install cubemx, run it at least once before launching the workbenc...

??Fil by Associate II
  • 1194 Views
  • 3 replies
  • 0 kudos

Resolved! Best way to get X-Nucleo-IHM07M1 working with Nucleo-F429ZI and Ethernet peripheral enabled?

I'm making my way through getting the X-Nuclo-IHM07M1 motor controller board to work with a Nucleo-F429ZI board. The reason I'm pairing the motor controller board with the Nuclo-F429ZI is that it is the closest dev board to the actual custom hardware...

MC workbench problem when project generation

Hi ST , I use MC workbenck 5.2 to build a motor control project. I select example project "STM32303E-EVAL-IHM045V1-Shinano-DUAL-DRIVE".Use project generation function to build Keil MDK project, and everything is OK,BUT, after modify some parameters,...

FHuan by Associate
  • 496 Views
  • 1 replies
  • 0 kudos

connection problem in ST Motor Profiler

Hello,I am using a nucleo-f302r8 and x-nucleo-ihm07m1 in order to controll a BLDC motor. I have installed the (ST Motor control workbench). when I run the st motor profiler and try to connect, I see the following message:"unable to identify the exact...

JCheg by Associate
  • 637 Views
  • 2 replies
  • 0 kudos

Torque control mode

As far as I know, to use the application in torque control mode. I will have to set it to control m ode in ST workbench which is in drive setting on the upper right box. and in firmware I will just add in MC api which is MC_ProgramTorqueRampMotor1() ...