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
  • 2383 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
  • 4977 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
  • 5963 Views
  • 2 replies
  • 6 kudos

Resolved! How to access STM FOC FW library?

Hello!I would like to use the STM32 PMSM FOC firmware library. According to the release note of the SDK (https://www.st.com/content/ccc/resource/technical/document/release_note/b1/3f/4e/1b/cc/7f/45/c1/DM00068242.pdf/files/DM00068242.pdf/jcr:content/t...

EAbraham by Associate
  • 2699 Views
  • 1 replies
  • 0 kudos

BLDC motor driver

Hello. I would like to design a bldc motor controller using stm32G4 series. I recently ordered stm32g431rbt6 because of the on chip opamps and dacs. Also in the datasheet it states that there are timers for advanced motor control. I am seeking assist...

Karis by Associate
  • 1274 Views
  • 1 replies
  • 0 kudos

In the MC workbench, I get compilation error when enabling open loop mode in FOC for a PMSM with encoder. the OpenLoop_handle OpenLoop_ParamsM1 constants are not defined

TOpenLoop_Handle_t OpenLoop_ParamsM1 ={ .hDefaultVoltage = OPEN_LOOP_VOLTAGE_d, .VFMode      = OPEN_LOOP_VF, .hVFOffset    = OPEN_LOOP_OFF, .hVFSlope     = OPEN_LOOP_K};Constant are undeclared. Any ideas what should be those value? I also don't under...