2022-03-31 01:17 PM
Why do some documents use Cube-MX instead of the MX inside of Cube-IDE? I can open an IOC with Cube-IDE and do everything Cube-MX does and more so why are so many examples using just Cube-MX? I downloaded the current version of Cube-MX but it is very slow, like watching paint dry compared to Cube-IDE
Solved! Go to Solution.
2022-03-31 01:21 PM
CubeMX was standalone for a couple years before it was integrated into STM32CubeIDE.
Some people, myself included, prefer standalone rather than the integrated version.
Other people use CubeMX but not STM32CubeIDE, so the integrated version isn't helpful.
No performance issues here with the standalone version.
2022-03-31 01:21 PM
CubeMX was standalone for a couple years before it was integrated into STM32CubeIDE.
Some people, myself included, prefer standalone rather than the integrated version.
Other people use CubeMX but not STM32CubeIDE, so the integrated version isn't helpful.
No performance issues here with the standalone version.
2022-04-06 05:26 PM
I was doing a follow-along for a video on STM32WL55, simple blinky. I used the CubeMX inside of CubeIDE to add do the simple code modification BUT CubeMX inside of CubeIDE did not generate the code from the IOC that allowed me to add code to the LEDS. The stand-alone STM32CubeMX generated the code needed to add functions to the LEDS. The video was using STM32CubeMX and when he left CubeMX for CubeIDE was not happy..