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
  • 123 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
  • 897 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
  • 5457 Views
  • 5 replies
  • 3 kudos

Installing Motor Profiler 5.4.3

My computer crashed & I needed to reinstall all my tools on another system. Both are Windows 10 64x. I can't get the Motor Profiler 5.4.3 to connect on the new system. When I try to connect I get a message it can't find the MFC100.dll. I installed th...

BTrem.1 by Senior II
  • 886 Views
  • 3 replies
  • 1 kudos

STM32G4 Window Comparator Alternatives

I am designing a motor controller PCB that uses an STM32G4 MCU (since the CORDIC accelerator and FPU will be useful in my application). One of the required features for this project is cycle-by-cycle current limiting for a BLDC motor. I have two phas...

BPaik by Senior
  • 1079 Views
  • 3 replies
  • 0 kudos

I am able to generate a complementary PWM signal. However due to hardware changes I would need to add a dead time. Regardless the value I am setting in the BDTR register there is no dead time at the output.

// InitialisationTIM1->PSC = (FOSC/(PWM_FREQ * PWM_STEPS)) - 1;    // Timer clock TIM1->ARR = PWM_STEPS - 1;                        // Auto reload TIM1->BDTR = 0;                                    // SafetyTIM1->CCER = 0;TIM1->CR2 = 0;TIM1->CCMR1 = ...

Inline current sensing problem for ST mcsdk ?

I try to drive (FOC) BLDC motor with STM32G474RE MCU. I use a custom board. I use INA240A1 for inline current sense. Can I use 3 shunt inline current sense method for ST mcsdk ? In STs evaluation boards typically low side shunt resistors are used for...

0690X00000BuyaKQAR.png
HK by Associate II
  • 1227 Views
  • 4 replies
  • 0 kudos

Resolved! ACIM motor

Have Nucleo-64 STM32L476RG and STEVAL-IPM15B , i plan to test VFD and FOC drive for pump with ACIM motors , but the workbench motor control is for pemanent magnetic motor !!are there any additional library or sdk to handle ACIM motor ?

BAbde.1 by Associate
  • 1126 Views
  • 3 replies
  • 0 kudos

ST MC Workbench code generation error

I bought STEVAL-SPIN3201 for development. I installed ST MC-WB , CubeMX and CubeIDE to on my PC. When I tried to generate code by MC-WB it is says "STM32CubeMX not found". But as I said it is already intalled. What could be the reason?

Dkoşa.1 by Associate
  • 775 Views
  • 2 replies
  • 0 kudos

X-CUBE-MCSDK integration with STM32F103C8T6

I want to drive a BLDC Motor using STM32F103C8T6. The said controller is not present in the official support of X-Cube-MCSDK. I want to understand how we can add a new STM32 MCU in the X-Cube-MCSDK. Also, I want to understand does the X-Cube-MCSDK su...

DChan.8 by Associate
  • 653 Views
  • 2 replies
  • 0 kudos

Arduino & STM32 & Motor controller

Hello, I am a college student working on a project based on the NucleoF446RE board. My goal is to communicate between Linduino board, SevconGen4 (motor controller) and nucleo board. Linduino received data from the motor controller and outputted corre...

Ohaye.1 by Associate
  • 730 Views
  • 1 replies
  • 0 kudos