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
  • 436 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
  • 3034 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
  • 7310 Views
  • 5 replies
  • 3 kudos

I want to develop a new software based on the demo routine USB-PD_Consumer_1port of X-NUCLEO-USBPDM1 + NUCLEO-STM32G0B1, but met troubles when i add new tasks via cube MX AND MDK KEIL5 into the demo routine.

I want to develop a portable device, which including a PD type C power supply up to 15V/3A, and also has LCD display, BLCD motor control, and also work as an USB device(when connected type C to a PC. ).I want to develop the software based on the demo...

Lmatt.11 by Associate III
  • 1011 Views
  • 1 replies
  • 0 kudos

Resolved! BLDC motor stack integration

Hi, I am working on STM32f413zh and I am referring https://www.mikrocontroller.net/articles/STM32_BLDC_Control_with_HALL_SensorIn my code shows TIM_SelectOutputTrigger() not defined. There is no definition for some timer related functions.Please give...

AFaya.1 by Associate III
  • 892 Views
  • 2 replies
  • 0 kudos

Tips on feedforward in ST FOC SDK ?

Running the ST-FOC SDK 4.3 for our PMAC motor with an outer speed loop and running at constant speed, we see that there is a trade-off between having good torque and good flux regulation. E.g. increasing the P term for the torque controller will decr...

c1ron by Associate III
  • 799 Views
  • 0 replies
  • 0 kudos

Resolved! How to choose the Timer Input Capture Filter value

I'm using an STM32 to control a DC motor with a dual hall encoder feedback.To monitor motor position I want to use a General Purpose Timer (16bits) in Encoder Mode.As my input is noisy, I want to filter the signal using the Input Capture filter.My pr...

GBert.2 by Senior
  • 9651 Views
  • 9 replies
  • 1 kudos

Hi! I can't adjust the PID controllers! I am using NUCLEO-F446RE and X-NUCLEO-IHM08M1. Motor PL57BLF01.

Hi!There is such a document: "AN5464-Positional control of a three‑phase motor with permanent magnets using X-CUBE‑MCSDK or X‑CUBE‑MCSDK-FULL"It describes the method of setting the PID controller. It is necessary to reset all coefficients and gradual...