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

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
  • 728 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
  • 5409 Views
  • 5 replies
  • 3 kudos

MCSDK documentation and your feedback

Motor Control Wiki: STM32 Motor Control Knowledge Database - stm32mcuMC Frequently asked questions (FAQ) for version MCSDK5.x:Frequently asked questions (FAQ) - stm32mcu   The documentation of the Board descriptions format is now available on the Mot...

Zied b. by ST Employee
  • 6528 Views
  • 2 replies
  • 7 kudos

How to detect a timer overflow in PWM Input mode?

Hi, I use the timer3 to detect PWM Duty cycle from the input signal. The signal is an angle sensor from a BLDC Motor. That means 0% DCy is 0 grad and 100% is 2pi grad. The sensor has 4096 bit resolution. But I have a problem to detect an overflow int...

NTosi by Associate III
  • 1423 Views
  • 2 replies
  • 0 kudos

Ramp current too high

My ramp cranks current up to my max within 5 pwm cycles. I'm traced it down to STC_CalcTorqueReference, it calculates some increment value. I assume that's the issue. the math works out but something is wrong here. This is a custom power stage an...