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
  • 171 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
  • 941 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
  • 5472 Views
  • 5 replies
  • 3 kudos

Resolved! Hi there, i am trying to get my STEVAL SPIN3202 running. I follwed the "Getting started"-Guide and got to the point where i have the Project in my STM32CubeIDE. When i try to build the project i have several errors: see in details

../MotorControl/mc_config.h:24:10: fatal error: pid_regulator.h: No such file or directory..\MotorControl\mc_config.h:24:10: fatal error: pid_regulator.h: No such file or directory..\MotorControl\mc_math.h:28:10: fatal error: mc_type.h: No such file ...

MM1 by Associate II
  • 771 Views
  • 2 replies
  • 0 kudos

Cannot enter HRTIM1_Master_IRQHandler

Hello, I'm using STM32F334C8T6 and trying to measure the duration of my calculation sectionfrom MCMP1R (JEXT9) which triggers ADC1 till all TIMER's D CMP registers change.1) I enabled Global Master Timer Interrupt and MCMP1 interruptNVIC_EnableIRQ(H...

AZaya.1 by Associate
  • 1020 Views
  • 1 replies
  • 0 kudos

STM32 complimentary PWM dead-time insertion

Hello all, Currently I'm working with BLDC motor 6 step drive. I'm using complementary PWM channels. Logic works good and working with well with the hardware. But when ever i insert dead time its reducing on time of the Low side pulse (CHxN) but for ...