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
  • 373 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
  • 2614 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
  • 6961 Views
  • 5 replies
  • 3 kudos

Error on the ADC Values of a Multichannel ADC

Hi All,I am presently measuring the two signals below through a multichannel adc that is triggered by the rising edge of a PWM signal on TIM1 CH4.a. Inverter return line current on channel 3 b. Speed reference value from a potentiometer.I am quite su...

Is there a way to do dead time compenstaion using a STM32g4 running a PMSM motor? When changing the PWM period to compensate the period will phase shift. Is there a way to set the low side and high side for a capture compere register in center align mode?

My compensation today:if(I->a >= deadband_thresholde)        {          compare_u += dead_time_comp;        }        else if(I->a <= -deadband_thresholde)        {          compare_u -= dead_time_comp;        }        if(I->b >= deadband_thresholde) ...

LSchj.1 by Associate II
  • 2148 Views
  • 7 replies
  • 0 kudos

Is there an index showing MC Suite tools, current released version (by platform), release date and download link?

FYI, I have installed a complete set of your software tools for BLDC control (equivalent to the set used in your hands-on workshops in prior years) on my Windows 10 system, and the subset of these tools that are available on my Mac Big Sur system. ...

mikew67 by Associate II
  • 515 Views
  • 1 replies
  • 0 kudos

NEW STM32 MC-SDK versions: 5.4.7 & 5.Y.2

Dear STM32 Motor Control community membersTwo new versions of STM32 MC-SDK have been released to cope with the new STM32CubeMx 6.3.0:Version 5.4.7, our legacy version with no added featuresVersion 5.Y.2 with improvements like new Motor Pilot X-Y data...