2025-05-16 2:16 AM
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.
Solved! Go to Solution.
2025-05-16 5:39 AM
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:
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.
2025-05-16 5:39 AM
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:
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.
2025-05-16 6:45 AM
Thats a great feature thank you very much