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
  • 277 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
  • 1557 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
  • 5990 Views
  • 5 replies
  • 3 kudos

Few questions regarding ST Motor Control

Hi, I have few questions regarding ST motor control library and hardware/motor compatibility.I need to control two high speed / low inductance Maxon Motors (ECX SPEED 8 M Ø8 mm) using position control (encoder) . Is steval-ihm042v1 inverter board suf...

Z0ld3n by Associate
  • 770 Views
  • 2 replies
  • 0 kudos

Interrupt value does not get reset

I am using timer 4 in STM32G431 to read hall sensor input and trigger interrupt when high ..Above is my setting.void HAL_TIM_IC_CaptureCallback(TIM_HandleTypeDef *htim){ if (htim->Channel == HAL_TIM_ACTIVE_CHANNEL_1) { _hallA = HAL_TIM_ReadCapturedV...

0693W00000Hof0yQAB.png 0693W00000Hof1XQAR.png 0693W00000Hof27QAB.png
Tejashree by Associate III
  • 1104 Views
  • 3 replies
  • 0 kudos

Motor stuttering on slower speeds

Hello,I finally have my 70W 6PP BLDC motor running after lots of digging around the forum.I am using hall sensors (with unknown placement offset) and configured the board hard and software-wise (remove jumpers JP9-11 and close JP5-7).Unfortunately I ...

CSchw.2 by Associate
  • 558 Views
  • 1 replies
  • 0 kudos

I would like to disable the motor control protocol on the serial port so that I can implement a custom console over that UART. Is there an easy or documented way to do this?

What I need to do is implement a command line interface over that serial port for factory configuration and settings controls. When I add printf() calls to the while loop in main I don't see my messages on the virtual COM port of my Discovery board....

GSeme.1 by Associate II
  • 952 Views
  • 2 replies
  • 0 kudos