Skip to main content
Associate II
August 21, 2025
Solved

could't find X-CUBE-MCSDK on STM32cubeMX

  • August 21, 2025
  • 2 replies
  • 536 views

hello i am making a custom STM32F405RGT6 board for A DUAL_BLDC_FOC VESC project that am making. i looked up how to programme the chip and it seems i needed to generate the code using STM32cubeMX  after instaling the X-CUBE-MCSDK embeded software package then opening it on STM32cubeIDE.  but i could't find it even after downloading the latest STM32F405RGT6 MCU PACKAGE and refreshing it multiple times; then i downloaded the X-CUBE-MCSDK6 and it seems the custom stm32F405RGT6 is not suported on the workbench; when i tried to import the (.zip) file it showed an error window. is the F405RGT6 motor control software no longer supported by the new version of the stm32cube? if so what version should i download to find it?

rayboum_0-1755795090095.png 

rayboum_1-1755795228683.png

 

 

Best answer by STTwo-32

Salem @rayboum 

You are right, the MCSDK is not available as a CubeMX package. You can use the MCSDK as a standalone tool, that calls CubeMx whenever generation is needed. You can refer to this playlist to have an idea how it work (it may be old but you can use it to understand how to use the MCSDK. Als, this wiki should be a good start.

Best Regards.

STTwo-32

2 replies

STTwo-32
STTwo-32Best answer
Technical Moderator
August 21, 2025

Salem @rayboum 

You are right, the MCSDK is not available as a CubeMX package. You can use the MCSDK as a standalone tool, that calls CubeMx whenever generation is needed. You can refer to this playlist to have an idea how it work (it may be old but you can use it to understand how to use the MCSDK. Als, this wiki should be a good start.

Best Regards.

STTwo-32

GMA
Technical Moderator
August 22, 2025

Hello @rayboum,

The list of supported MCUs is available in the Release note document through Workbench tool > About > Documentations > Documentation. The STM32F405 is not supported in the current MCSDK delivery.
Refer to the Getting Started chapter available in the documentation through Workbench tool > About > Documentations > Documentation.

If you agree with the answer, please accept it by clicking on 'Accept as solution'.Best regards.GMA