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
  • 570 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
  • 3294 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
  • 7598 Views
  • 5 replies
  • 3 kudos

Bug with HALL_TIMx_CC_IRQHandler()

file: hall_speed_pos_fdbk.cfunction:There maybe a bug within this code:if(pHandle->OVFCounter != 0U){if(pHandle->RatioInc)wCaptBuf = wCaptBuf * (hPrscBuf + 1)...elsewCaptBuf = wCaptBuf * (hPrscBuf + 1)...}else{if(pHandle->RatioDec)wCaptBuf = wCaptBuf...

STM32F407VET6 and DRV8825 Stepper Motor Project

I'm working on a project involving the STM32F407VET6 microcontroller and the DRV8825 stepper motor driver. I would greatly appreciate your expertise and guidance in connecting and writing the necessary code to get the stepper motor running.If anyone ...

Aabc by Associate III
  • 958 Views
  • 4 replies
  • 2 kudos

Count Encoder in BLDC motor

I am using  STM32H7A3 for speed control of BLDC hub motor, I also need to take the feedback speed from the driver using stm32 timer input capture mode or external clock source, I have doubt for choosing, Please any help to figure out this.....

N7 by Associate
  • 500 Views
  • 1 replies
  • 0 kudos