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
  • 708 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
  • 9833 Views
  • 0 replies
  • 5 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...

Can not debug on STM32CubeIDE

Failed to bind to port 61234, error code -1: No errorFailure starting GDB server: TCP port 61234 not available.​I need help:persevering_face:

CubeIDE debugger - how to control program/erase flash size?

Is this a bug in the tool or I don't understand how to tweak it?Debugging a bootlolader and app. image on a single core H743 or H753.The bootloader sits in bank1, sector 0 and the "application" in sector 1.When I begin to debug the bootloader, the de...

Pavel A. by Super User
  • 658 Views
  • 0 replies
  • 0 kudos

Resolved! GIT support in STM32CubeIDE

Dear colleagues,Do somebody knows whether STM32CubeIDE support GIT like any other Eclipese (Team -> Commit, Merge.... etc)?Any support is very appreciated, since I did not found any clear info in wide web.Regards,Volodymyr.

My code doesn't run without debug mode (CubeIDE)

Hi,i am using STM32CubeIDe in my project. i am using STM32F030 as transmitter and STM32F4 as a receiver. When i run my code in debug mode both of them work properly. But when i press terminate and re-insert my ST-LINK device i can't see any data in m...