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
  • 399 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
  • 2875 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
  • 7208 Views
  • 5 replies
  • 3 kudos

Resolved! Recommended setup for small motor position control?

I have a small BLDC motor with magnetic encoder (like this one https://www.aliexpress.com/item/33053552345.html) and would like to set up a position control. The NUCLEO-IHM03 comes pretty close https://www.st.com/content/st_com/en/products/evaluatio...

Martin294 by Associate III
  • 2938 Views
  • 8 replies
  • 0 kudos

Resolved! Trapezoidal control for bldc drives

I am developing bldc drives using stm32f103c8t6 MCU. And by using inverter circuit we drive the bldc motor using stm32. Block diagram of drive is shown belowUsing register language, we coded logically for 6 step commutation. And that works fine.But ...

0690X00000BujzoQAB.png
Bud by Associate III
  • 1536 Views
  • 1 replies
  • 0 kudos

Resolved! IAR embedded WB from CubeMX to drive IHM003 motor control dev kit error : Error[Li016]: size limit exceeded. The application needs 0x86b6 (34'486) bytes

When I run code in IAR embedded WB from CubeMX to drive IHM003 motor control dev kit initial project (same as in getting started video) , I have got this error Error[Li016]: size limit exceeded. The application needs 0x86b6 (34'486) bytes, which is g...

AGuze.1 by Associate
  • 1326 Views
  • 3 replies
  • 0 kudos

Resolved! Corrrect way to update frequency (ARR) to generate step pulse for stepper motor using stepper driver drv8711 and stm32 micro controller.

Hello,I am Sai hope you are doing well I am facing some issues with the timers .I am using stm32f4,f7 micro controller to pulse step input of stepper motor driver. I have configured my timer using HAL layer. i want sweep the frequency from 100hz to s...

steja by Associate II
  • 1693 Views
  • 3 replies
  • 0 kudos

Resolved! Is a safe way to convert others ADC channels using the same interrupt mechanism employed by a FOC 4.0 library?

Hi,I'm here to ask if someone knows a safe way to convert other analog sources using the ADC macrocellsof a STM32F407ZE MCU used to spin a BLDC motor by means of a FOC 4.0 library.I mean, is there a way to correctly hook my code to the ADC IRQ Handle...