Skip to main content
Associate II
May 16, 2025
Solved

Use STM32 Motor Control Workbench for project entirely designed by my own

  • May 16, 2025
  • 2 replies
  • 475 views

Hi I am currently trying to realise a motor control project for my custom designed circuit board using the STM32 G474 VE microcontroller. I found the motor control workbench by stm which allows me to relatively easy configure the control algorithm in a user interface which is beneficial as I am an electrical engineer and not a programmer. However the software only allows me to configure the system for STM boards and a range of specific motors. Is there any way to adopt the project for my system.  I would be really happy if someone could help me in this matter.

Best answer by GMA

Hello @EH_it,

On MCSDK6.3.2 delivery, you can use the "STMC Board Designer" to describe your custom control board (user manual is available clicking on "About" box).
As example, cloning NUCLEO-G474RE board, you are able to change the MCU type:

GMA_0-1747398835240.png

ST provides ST Motor Profiler tool, refer to User Manual documentation available through "Workbench tool">About>Documentations>Documentation>"User manual" tab, "Motor Profiler Application Note" link.

2 replies

GMA
GMABest answer
Technical Moderator
May 16, 2025

Hello @EH_it,

On MCSDK6.3.2 delivery, you can use the "STMC Board Designer" to describe your custom control board (user manual is available clicking on "About" box).
As example, cloning NUCLEO-G474RE board, you are able to change the MCU type:

GMA_0-1747398835240.png

ST provides ST Motor Profiler tool, refer to User Manual documentation available through "Workbench tool">About>Documentations>Documentation>"User manual" tab, "Motor Profiler Application Note" link.

If you agree with the answer, please accept it by clicking on 'Accept as solution'.Best regards.GMA
EH_itAuthor
Associate II
May 16, 2025

Thats a great feature thank you very much