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
  • 987 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
  • 4283 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
  • 5297 Views
  • 1 replies
  • 2 kudos

Resolved! MC Workbench 6.3.2 - "Fail to copy Extra folders"

Trying to update a test project from MC Workbench, I get the error "Fail to copy Extra folders" and generation fails.Log shows:2024-11-19 12:40:56,300 ERROR [Wb2MxProcess.copyExtraFolders] Fail to copy Extra foldersThese are the steps to reproduce:- ...

Frakk2136_2-1732038250283.png
Frakk2136 by Associate III
  • 602 Views
  • 6 replies
  • 0 kudos

Resolved! Troubleshooting of STEVAL-IHM028V2

Hello,While I did tests with my motor control STEVAL-IHM028V2, I made a mistake to schort-circuit the three-phase output ! Then, I smelled a burning smell and no voltage is given in the three-phase output . When I checked the bottom face of the devic...

STSPIN32G4 EMI radiation problem

Hello I need help for STSPIN32G4 EMI IssueI took tests for Farfield EMI Report at STSPIN32G4 Standby conditionReport shows QP are over than Limit at 189 MHz, 252MHz.  It doesnt depend on the input voltage and the signal  peeks are visible also if the...

jopa_0-1732780186721.png
jopa by Associate
  • 144 Views
  • 0 replies
  • 0 kudos

Nucleo-G071 and EVSPIN958. How to?

Is there any support for evspin958 connected to the Nucleo-G071 board? I’m not really sure how to proceed. I need to control a DC motor back and forth using PWM. I can’t find any libraries. X-CUBE-MCSDK doesn’t seem to support this combination. STSPI...

Nalle by Associate
  • 145 Views
  • 0 replies
  • 0 kudos

Resolved! [STSPIN32G4] Radiated Emission Issue

Hello I want support for STSPIN32G4 EMI Issue I took tests for Farfield EMI Report at STSPIN32G4 Standby conditionReport shows QP are over than Limit at 190.547MHz, 253.803MHz and I also get similar result by using Near-field prove(Proved Noise Peak...

DKim39_1-1715824394066.png DKim39_2-1715824446125.png DKim39_3-1715824593906.png
DKim.39 by Associate
  • 703 Views
  • 2 replies
  • 0 kudos

Resolved! Firmware request for UM2647 product

Hi,   I am interested in the um2647 product. Like to explore more in 6step firmware, how to download the firmware for this product. I saw that using work bench it can be extracted, but I need the complete code which cannot be done in the work bench.

Bud by Associate III
  • 349 Views
  • 1 replies
  • 0 kudos

FOC steps in code in NUCLEO-IHM07M1

Sorry for any silly questions asked, but please help since I am actually a beginner.Ques: I can see most of the FOC steps are inside "FOC_CurrControllerM1" function. And we just add below code in main() for motor to start and run: MC_ProgramSpeedRamp...