cancel
Showing results for 
Search instead for 
Did you mean: 

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

EH
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions
GMA
ST Employee

Hello @EH,

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

View solution in original post

2 REPLIES 2
GMA
ST Employee

Hello @EH,

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
Associate II

Thats a great feature thank you very much