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
  • 279 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
  • 1611 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
  • 6049 Views
  • 5 replies
  • 3 kudos

Issues with Motor Control SDK

I have a BLDC 24v 2.7 v/kprm 1.5 ohm 2.1mH device with a 200 CPR 2 channel single ended incremental encoder. I am using a NUCLEO-L476RG and X-NUCLEO-IHM08M1. I seem to have an issue with some of the terminology used. First the motor control SDK ment...

CRadn.1 by Associate II
  • 1837 Views
  • 5 replies
  • 0 kudos

Resolved! (Bug Report) Dual drive code appears in R3_2_TIMx_UP_IRQHandler() / r3_2_f4xx_pwm_curr_fdbk.c when using single drive configuration

(Environment)MC_SDK 5.Y.3 + STM32CubeMX 6.3.0 with HAL + IAR EWARM 8.5(Hardware)custom board based on F446RE + custom power board + Low Voltage BLDC motor with Encoder​(Control Mode)Speed Control(What I found)I configured a single drive, where TIM1(P...

THA.1 by Associate II
  • 987 Views
  • 4 replies
  • 0 kudos

Dissipative Brake option

I have checked the dissipative brake option after generated codes, I couldn't find any different with without option checked ? What's this option for ? thanks,Danny

how to tell my motor's max. rpm ?

if I keep increase the speed_value, my little motor spin very fast all of of sudden stop, I think it's caused by IsSpeedReliable or other FAULTsis there any variable that I can closely monitor before motor reached its limit ? MC_ProgramSpeedRampMoto...