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
  • 528 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
  • 7265 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...

How to run STM32cubeide in headless mode?

Supported attributes are changed respect Truestudio and I didn't find anything about headless mode in the user manual. We would like to implement in our CI build server in order to use the same version in production and debugging on our local machine...

MDal.2 by Associate
  • 863 Views
  • 1 replies
  • 1 kudos

STM32CubeIDE enter in debug mode, but not flash the program.

Hi everyone,I'm having some trouble entering in debug mode in the Nucleo-L496ZG.It seems like the compiler and link works fine, as the output window shows:arm-none-eabi-size  CLP_STM32L4.elf   text   data   bss   dec   hex filename 39427   488  15964...

C++ supported language version

Hi Community,What C++ version does CubeIDE supports?Is C++ 17 supported?What compiler does it actually use? Is it GCC?Are modern C++ features like 'vector<string>' supported?

TDJ by Lead
  • 1674 Views
  • 1 replies
  • 0 kudos

How to build project without the IDE?

Using Atollic true studio before I used the headless option to build my project on the build server, where no IDE can be used. The build needs executing automatically on a git push.So far I'm unable to locate any way to build the project on the serve...

sandor by Associate II
  • 2501 Views
  • 3 replies
  • 0 kudos

Help debugging Nucleo board using official STM32 Cube IDE.

I am unable to debug a simple blinky program created using the CubeMX software. The board I am using is a Nucleo F103RB board. The IDE seems to be able to flash the MCU but then I get a ST-LINK SN : 0670FF363732594D43214619 ST-LINK FW : V2J34M25 Vo...

Ankit by Associate II
  • 1655 Views
  • 2 replies
  • 0 kudos

Code porting from Arduino to stm32f100 using STM32Cube IDE

Hello everyone! I'm new in stm32 and I should program an stm32f100 using the STM32Cube IDE. My board should drive an lcd (st7565r controller via 4 wire SPI) and 4 push button, and communicate on a Modbus line as master. Actually my code on Arduino r...

SDel.19 by Associate II
  • 877 Views
  • 0 replies
  • 0 kudos