Skip to main content
KevinA
Senior
March 31, 2022
Solved

Why do some documents use Cube-MX instead of the MX inside of Cube-IDE?

  • March 31, 2022
  • 2 replies
  • 1383 views

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

This topic has been closed for replies.
Best answer by TDK

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.

2 replies

TDK
TDKBest answer
March 31, 2022

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.

"If you feel a post has answered your question, please click ""Accept as Solution""."
KevinA
KevinAAuthor
Senior
April 7, 2022

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..