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
  • 430 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
  • 3895 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
  • 4998 Views
  • 1 replies
  • 1 kudos

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
  • 1343 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...

Timers

Hi,So I presently have this problem. As seen in the picture, my timer1 time base is set to 1919 and it has a 48MHz clock source, which means I should produce signals with frequency of 25kHz. But this is not the case. instead the output signals from t...

0693W00000F9u8sQAB.png