STM32CubeIDE (MCUs)

Ask questions on STM32CubeIDE. Discuss how to build, debug, configure, and optimize your project as well as how to use our software tools.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeCLT 1.20.0 released

We are pleased to announce that STM32CubeCLT 1.20.0 release is available. What is new in 1.20.0: Maintenance of the previous version: Updated in accordance with STM32CubeIDE v2.0.0Update of Clang toolchain version 19.1.6Update of GCC 13.3.rel1Update ...

Aimen1 by ST Employee
  • 458 Views
  • 0 replies
  • 0 kudos

STM32CubeIDE 2.0.0 released

We are pleased to announce that STM32CubeIDE 2.0.0 release is available. STM32CubeIDE is now independent from STM32CubeMX. With this release, device configuration, previously handled within STM32CubeIDE via STM32CubeMX, is now exclusively available t...

Aimen1 by ST Employee
  • 6228 Views
  • 0 replies
  • 4 kudos

STM32CubeIDE 2.0 release - early heads-up!

Starting from the release in November 2025, STM32CubeIDE and STM32CubeMX will be available exclusively in their standalone versions. STM32CubeMX will no longer be integrated inside STM32CubeIDE. Instead, the two tools will be interoperable in the sam...

STM32CubeIDE CMake integration broken for STM32CubeIDE?

Our last working version of CMake in STM32CubeIDE was in 1.9.0. After I upgraded the CMake builder was not selectable again (this happened during the step where I comment out the nature and make changed in the Tool Chain Editor).What can I do?

xlrl by Associate III
  • 8301 Views
  • 12 replies
  • 1 kudos

Resolved! STM32 Can't remount SD after replacing SD card

Dear community,I'm still facing an issue with my SD card slot on my STM32F410RB Nucleo Board while using the CUBE IDE. After resetting the microcontroller, I'm able to mount the SD card successfully again, but as soon as I remove the card, I'm not ab...

SPesc.1 by Associate II
  • 3345 Views
  • 3 replies
  • 0 kudos

StmCubeIDE check update problem

StmCubeIDE'de help sekmesine girip Check For Target Selector Device Database Updates tıkladığım ekte paylaştığım hatayı alıyorum. Bu sorunla daha önce karşılaşan ve çözen var mı?

0693W00000aHedVQAS.png
ESulu.1 by Associate II
  • 874 Views
  • 2 replies
  • 0 kudos

Resolved! std::string causing compilation errors

Hi, I'm writing a simple uart controlled oscillator.However when Including std::string, basic_string.h and stl_iterator.h causes several errors.it almost looks like something is not included, like remove_const_t add_const_t etc..In these errors, GLIB...