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
  • 285 Views
  • 0 replies
  • 0 kudos

MCSDK 6.3.1 is out !

Dear MCSDK users,MCSDK version 6.3.1 is now available: Download It here.This is a bug fix release and here are the main changes for this version:Motor Control Features:FOCFixed compilation issue for ICS topology and STM32L4 seriesFixed dissipative br...

ASA by ST Employee
  • 536 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
  • 3675 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
  • 4843 Views
  • 1 replies
  • 1 kudos

FOC SDK Wont Run Beyond Start-Up Sequence

Posted on March 30, 2017 at 19:07Hi All,Im Tom, Im net to the ST Community! I have the X-Nucleo IHM07M1 and the Nucleo F302R8 dev boards trying to run the STM FOC SDK 4.3 library. I have the Bull Running motor which came with the kit which I have ma...

FOC SDK 4.3 | Motor Profiler | low power BLDC

Posted on October 09, 2017 at 08:04We are trying to setup a small BLDC motor with the Motor Profiler utility.-X-NUCLEO-IHM07M1-FOC SDK 4.3-Custom motor: 2 pole pair BLDC 18VDC, 2W @ no load, 4000 rpmWith this setup the Motor Profiler is not able to ...

paul2 by Senior
  • 845 Views
  • 6 replies
  • 0 kudos

No build config for F303RE in IAR

Posted on October 17, 2017 at 15:15I am experiencing some issues running the FOC SDK v4.3.My HW-setup:Control board: NUCLEO - STM303 (ST part number)Power board: X-NUCLEO-IHM08M1 (ST part number)PMSM motorIDE: IARCurrently I am able to compile and d...

freppa by Associate II
  • 1501 Views
  • 7 replies
  • 0 kudos

Using FOC SDK

Posted on October 31, 2017 at 08:53The FOC library is complicated and I have some difficulties to understand how to work with it. Even after reading UM1052, UM1053.On the highest level we can start/stop a motorif (MCI_GetSTMState(oMCI[M1]) == IDLE) ...