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
  • 584 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
  • 4079 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
  • 5137 Views
  • 1 replies
  • 2 kudos

Resolved! Porting Project to Pin Compatible MCU in STM32CubeIDE

I am currently working on a motor controller project with the STM32G473RE.I am trying to get more prototype boards made but the STM32G473RE is not in stock anywhere with long lead timeI see that the STM32G474RC has plenty of stock in multiple locatio...

KYin.2 by Associate II
  • 3829 Views
  • 4 replies
  • 0 kudos

Resolved! How to run a motor using ST Motor Pilot 6.1.1

similar question as https://community.st.com/s/question/0D53W00001wHk5BSAS/motor-wont-start-with-motor-pilotI am trying to run a BLDC motor using Motor Pilot 6.1.1 with B-G431B-ESC1.Here's my process.profile motor using motor profilergenerate code us...

_legacyfs_online_stmicro_images_0693W00000bkQUlQAM.png
JKong.3 by Associate III
  • 1315 Views
  • 1 replies
  • 0 kudos

My question is, is it possible view the given PWM to the GATE pin of high side MOSFET via microcontroller pin or the PWM logic is controlled by the logic circuit i.e inside of the STSPIN.

We are trying to use STSPIN32G4 Evolution board for our ventilator air blower driver application.We are facing the problem that we are receiving Speed feedback error while we connect our motor with STSPIN board via ST's Motor Driver Workbench (Motor ...

rkuma.21 by Associate III
  • 1535 Views
  • 6 replies
  • 0 kudos

Resolved! Open Loop Mode in MCSDK

I have seen the following options in the software in MCSDK  MCI_CMD_SETOPENLOOPCURRENT, /*!< set open loop current .*/ MCI_CMD_SETOPENLOOPVOLTAGE, /*!< set open loop voltage .*/in mc_interface.h file, but i don't see any source code related to them d...

SRedd.5 by Senior III
  • 3215 Views
  • 13 replies
  • 0 kudos

Resolved! No USB enumeration of STEVAL-SPIN3201

I am attempting to use an STEVAL-SPIN3201 eval board for the first time but cannot get it to enumerated on USB. LD2 flashes slowly indicating the embedded ST-LINK is operating. I have tried installing the Windows driver using en.stsw-link009, but no ...

DHemb.1 by Associate II
  • 511 Views
  • 1 replies
  • 0 kudos

Open loop Current Mode B-G431B-ESC1

Thank you for support till now, i want to do the open loop current mode using the B-G431B-ESC1 software. This is the code i have writtenif(g_motormodeselection_u8 == OPENLOOP_CURRENTMODE )    {    MC_SetCurrentReferenceMotor1(g_qdreference_s);    M...

SRedd.5 by Senior III
  • 416 Views
  • 1 replies
  • 0 kudos