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
  • 2463 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
  • 5096 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
  • 6075 Views
  • 2 replies
  • 6 kudos

Resolved! MC 6.3 with MX6.12 - attr not supported : Dmpu

I am trying to generate code for "STM32 Nucleo packs FOC and 6-step motor control platform for three-phase, low-voltage and low-current motor" and I keep getting errors :-Attr not supported : Dmpu  as in attached image. I am using cubeMX12, I have up...

mc.JPG
Sujoy_B by Associate II
  • 8674 Views
  • 18 replies
  • 4 kudos

Resolved! MC Workbench Phase Voltage Sensing

Hello,I am designing FOC motor controller based on DRV8316. For this, I am adding a DRV8316 custom board in the MC Workbench. Please find the JSON file attached. The problem is that I am unable to add phase voltage sensing. Although I have added phas...

farzansaleem_0-1724785407643.png farzansaleem_1-1724785424396.png farzansaleem_2-1724785589618.png

how to implement ENCODER MoDE using GPIO ?

In my design , MCU controll 8 sets of  STEP MOTOR  .    Every MOTOR  has  A / B Encode pulse outputsIN CubeMx  Six timers (TIM1-TIM5  & TIM8  )can be configured to ENCODER MODE 。  But  How to implement the other 2 Motors decoder ?   Can we use gpios ...

JohnGe by Associate
  • 449 Views
  • 1 replies
  • 0 kudos

PA9/10 Remapping feature on MC Workbench?

Hi, I've been using my custom board with the STM32C011G6 MCU as a control board. By customizing the JSON file on the power board, I've been able to generate a project through MC Workbench -> CubeMX -> CubeIDE, and the motor driver has been running we...