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

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
  • 427 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
  • 5354 Views
  • 5 replies
  • 3 kudos

MCSDK documentation and your feedback

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

Zied b. by ST Employee
  • 6434 Views
  • 2 replies
  • 7 kudos

Resolved! Do X-CUBE-MCSDK will support AC induction motors?

Posted on June 17, 2018 at 12:25Hello,For the moment, X-CUBE-MCSDK only support PMSMs and BLDC motors.However, AC inductions motors are not supported yet, that's a shame because this kind of motor is still very present in the majority of industrial ...

Resolved! Sampling 3 phase current with only 1 ADC

Hello,In motor control pack P-NUCLEO-IHM001, microcontroller is STM32F302R8 which has only 1 ADC.The motor drive has option to use 3 current shunts.By analyzing the datasheet, ADC does not have multiple sample & hold circuits.So, how would it be poss...

MMila.3 by Associate
  • 859 Views
  • 3 replies
  • 0 kudos

Cannot build generated code

After generating the project with Motor Control workbench and building it on CubeIDE, I get this error : 15:10:13 **** Incremental Build of configuration Release for project Noname ****make -j4 all arm-none-eabi-gcc "../Src/aspep.c" -mcpu=cortex-m4 -...

Rced.1 by Associate
  • 893 Views
  • 3 replies
  • 0 kudos

Problem with certain STMCWB parameter combinations

Posted on October 27, 2014 at 09:49Hi Gigi, I have a motor with rather unusual electrical parameters (low inductance, high number of poles, very high electrical rpm), and the generated output files for these settings are not usable. The compiler co...

HFI with STEVAL-IHM042V1

Posted on March 25, 2015 at 13:38Hi, I like to test the HFI function on the STEVAL-IHM042V1. Without HFI is the motor running well. But how can I implemented the HFI? I followed the instruction of UM1052 page 65. But I can not configure the DAC in t...