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
  • 278 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
  • 1572 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
  • 6009 Views
  • 5 replies
  • 3 kudos

Resolved! FOC software and motor drive hardware

I would like to control a low voltage three phase BLDC motor using field oriented control with an STM32 microcontroller and appropriate motor drive hardware.is there a solution available from ST to start to this development like a motor drive expansi...

IAher.1 by Associate
  • 821 Views
  • 1 replies
  • 0 kudos

I have a couple questions: 1. Is there a document with a description of the motor control registers? 2. Is there a library that I can import into my project to support comms between an STM motor controller/inverter board and a master device?

I found the following document: STM32F PMSM single/dual FOC SDK v4.3.This has a section (14) which has some explanation to how serial comms with a motor control device can work. There is even a list provided of "relevant motor control registers", how...

mike_ee1 by Associate
  • 584 Views
  • 1 replies
  • 0 kudos

Resolved! STM32 IHM07M1 STM32F401RE Motor profiler

Hello, Did anyone attempt to use the motor profiler toolkit with these boards : STM32 IHM07M1 & STM32F401RE? I configured mine following the "motor control mode" from ST website and the program starts but then nothing happens and the following error ...

FCarl.2 by Associate
  • 1284 Views
  • 5 replies
  • 0 kudos

Resolved! Is it possible to migrate from STM32G431 to the STM32F745 or STM32F769? I need to go from G431 to F769, but can't find any documentation. Any F7 chip would work too.

I saw multiple resources on different conversions between chips, such as AN5094 (between F3 and G4), but I can't find anything for G4 to F7.Is there a step by step process to follow that has a program do most of the work, something similar to MCSDK, ...

Dane._.T by Associate II
  • 1394 Views
  • 3 replies
  • 1 kudos

Hi, I Use NUCLEOF446RE and X-NUCLEO-IHM08M1 for running a motor. It works for a motor with 24V power supply. But however, if I use 36V power supply and run motor profiler to estimate the parameters. It fails to rotate. Need Suggestions?

When Motor profiler is used to test the motor for its parameters, it keeps on checking with the possible current (18A, 14A, 9A, 6A, etc..). After sometime a message popup "Speed measurement takes too long time". I don't know the reason behind this. I...

VGani.1 by Associate III
  • 2637 Views
  • 12 replies
  • 2 kudos

I am using HALL sensor mode on Tim4 and PWM generation with TIM1. I don't understand now how do i read hall sensor status .

HAL_TIMEx_ConfigCommutEvent(&htim1, TIM_TS_ITR3, TIM_COMMUTATION_TRGI);// HAL_TIM_IC_Start(&htim4, TIM_CHANNEL_2);   HAL_TIMEx_HallSensor_Start_IT(&htim4);here is my config setting:below is my capturecall back function.void HAL_TIM_IC_CaptureCallback...

0693W00000Hqc4hQAB.png 0693W00000Hqc56QAB.png
Tejashree by Associate III
  • 1811 Views
  • 2 replies
  • 0 kudos