2025-08-21 9:55 AM
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?
2025-08-21 10:31 AM - edited 2025-08-21 10:35 AM
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
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.