STM32 MCUs Motor control

Discuss STM32 solutions for motor control, including PID tuning, sensorless operation, ADC noise, custom algorithms, and more.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

User Manual MCSDK documentation

  Dear MCSDK users, The full MCSDK documentation is embedded in the Motor Control Workbench tool. Refer to Workbench tool > About > Documentations > Documentation.This document provides: Introduction: Includes startup guide links for MCSDK, HSO featu...

GMA by ST Employee
  • 139 Views
  • 0 replies
  • 0 kudos

MCSDK 6.4.0 is out!

Dear MCSDK users, MCSDK version 6.4.0 is now available: Download It here. This version of the new Motor Control SDK 6 series (X-CUBE-MCDSK) provides mainly FOC and 6Step improvements, here are the main changes for this version: Motor Control Features...

GMA by ST Employee
  • 907 Views
  • 0 replies
  • 3 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
  • 5458 Views
  • 5 replies
  • 3 kudos

Resolved! MC Workbench change mcu analog voltage reference

I am working working with a PMSM FOC project in MC Workbench 6.2.1 and I am wondering if there is a way to change the mcu's analog vref input voltage. From the numbers I'm seeing on the current measurement page, it seems like MC Workbench is expectin...

captat by Associate II
  • 671 Views
  • 1 replies
  • 1 kudos

MC_SetCurrentReferenceMotor1( qd_t Iqdref )

I need help with the code generated by the workbench.I am using the STEVAL-CTM01xV1 shunt code with the STEVAL-CTMo11V1A development board and the STLINK/V3 with the isolator adapter.Following the instructions that appear in the comments of mc_api.c,...

PGinhson by Associate III
  • 927 Views
  • 1 replies
  • 0 kudos

Self Commissioning of PMSM Motor

Hi Team,We are using this P-NUCLEO-IHM03 board for our motor control application.Is the Self-commissioning feature available on the MC 6.2.1 workbench?If yes, then could you please help us enable the functionality? and help us understand this feature...

Resolved! About MC Workbench DAC Functionality subblock

HiI m currently implementing a project using  MC Workbench software. There is a DAC Functionality subblock in the COntrol Unit block.  Can you tell me what is this block and why it uses two mcu pins as DAC ? For users which designing a custom board, ...

Capture.PNG Capture2.PNG
qqwq.1 by Associate II
  • 761 Views
  • 1 replies
  • 0 kudos

Resolved! To Run & Stop A Stepper Motor

Hello, I'm using Blue Pill Board With TMC2209 Stepper Driver To Control 3 Stepper motors. I've made a project using Arduino Mega and there were MobaTools & TMCStepper libraries available to Set Current and run multiple motors at once smoothly.  I wan...