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
  • 329 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
  • 4976 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...

STM32H745ZI-Q - Debugging problem is STM32CubeIDE

I just have NUCLEO-STM32h745zi board. When I try to debug simple binking led aplication in STM32CubeIDE, this message appear: Break at address "0xa05f0000" with no debug information available, or outside of program code.I am using this application no...

KPiek by Associate
  • 726 Views
  • 2 replies
  • 1 kudos

Resolved! Why can't I install Segger JLink Utilities?

There is a big issue I'm facing. I just installed STM32CubeIDE 1.2.0 but then I get an error when trying to install JLink_Linux_V662_x86_64.debI absolutely need those tools because I also do development for other boards with Segger JLink probes.What ...

0690X00000Bx9WXQAZ.png
m4l490n by Senior
  • 4614 Views
  • 4 replies
  • 1 kudos

how write c++ and include c++ lib in stm32CubeIDE?

hiin stm32CubeIDE c++ code and standard lib (#include <iostream> or #include <iostraem.h>) not work.i test:'convert C to C++'make c++ projectuse only c++ code in func main() ==> 'bool a = true;' all test not woke!!!ya khoda

kshin.111 by Associate III
  • 2134 Views
  • 3 replies
  • 0 kudos

[Solved] Infinite loop without "Warning: iteration N invokes undefined behavior", using pointers to get data from a function

I am citing this error here, just in case someone else has this type of occurrence.uint8_t data1[5];   for(uint8_t x = 0; x < 8; x++) { data1[x] = 0; }When using an array in a count loop above the limits of the array, the compiler can report a warni...

by Not applicable
  • 3393 Views
  • 0 replies
  • 0 kudos

Hi everyone Why the generated code is not stable?

I am using STM32cubeIDE and STM32f103ret6 chip on my board The schematic I used is here: https://github.com/mcauser/BLUE_BUTTON_F103RET6/blob/master/docs/STM32F103RET6_schematics.pdf​I have two problems the NRST after some time _between 5 minutes to ...

Mugtaba by Associate II
  • 1789 Views
  • 6 replies
  • 0 kudos

Can I recover source code after accidental deletion.

I wanted to copy my project and start a new project based on this old project. In STM32CubeIDE, I right clicked on the project in the Project Explorer and chose copy and then pasted it back in. Somehow in the process of doing this or one step further...

Snom1 by Associate II
  • 894 Views
  • 2 replies
  • 0 kudos

Can BUS Priority?!?

Hello everyone,I need assistance or any possible solutions in tackling this problem. I have a Nucleo F413zh, connected to three transceivers. They all work (yay!), however one of them doesn't receive messages properly but transmits properly! All of t...

WNguy.1 by Associate II
  • 1482 Views
  • 1 replies
  • 0 kudos