STM32 MCUs Motor control

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

MCSDK 6.3.2 is out !

Dear MCSDK users, MCSDK version 6.3.2 is now available: Download It here. This is a bug fix release and here are the main changes for this version: Motor Control Features: FOC Fixed CORDIC Modulus computation in case of negative alpha value Fixed iss...

GMA by ST Employee
  • 843 Views
  • 0 replies
  • 0 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
  • 4279 Views
  • 5 replies
  • 3 kudos

MCSDK documentation and your feedback

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

Zied b. by ST Employee
  • 5290 Views
  • 1 replies
  • 2 kudos

Error on the ADC Values of a Multichannel ADC

Hi All,I am presently measuring the two signals below through a multichannel adc that is triggered by the rising edge of a PWM signal on TIM1 CH4.a. Inverter return line current on channel 3 b. Speed reference value from a potentiometer.I am quite su...

Is there a way to do dead time compenstaion using a STM32g4 running a PMSM motor? When changing the PWM period to compensate the period will phase shift. Is there a way to set the low side and high side for a capture compere register in center align mode?

My compensation today:if(I->a >= deadband_thresholde)        {          compare_u += dead_time_comp;        }        else if(I->a <= -deadband_thresholde)        {          compare_u -= dead_time_comp;        }        if(I->b >= deadband_thresholde) ...

LSchj.1 by Associate II
  • 1457 Views
  • 7 replies
  • 0 kudos

NEW STM32 MC-SDK versions: 5.4.7 & 5.Y.2

Dear STM32 Motor Control community membersTwo new versions of STM32 MC-SDK have been released to cope with the new STM32CubeMx 6.3.0:Version 5.4.7, our legacy version with no added featuresVersion 5.Y.2 with improvements like new Motor Pilot X-Y data...