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

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 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

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

Why this difference? ELF vs. binary image

Using CubeIDE 1.1 with its default toolchain.How can be explained the following mismatch between the ELF file loaded to the MCU via debugger and binary file created with objcopy? (arm-none-eabi-objcopy -O binary foo.elf foo.bin )I've read the image b...

Pavel A. by Super User
  • 629 Views
  • 2 replies
  • 0 kudos