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
  • 308 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
  • 4529 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...

Resolved! Where to check final binary size on CubeIDE1.8.0?

Hello, I want to know final binary size after build like IAR.Currently final output os CubeIDE is Elf file, so I do not know what size it is.(When I use IAR, It showed final binary size on terminal and could also generate binary file.)Is there anyone...

Tiel by Associate II
  • 2660 Views
  • 2 replies
  • 0 kudos

Resolved! Problem uploading code in custom board.

Hi I designed a custom board based on the STM32G030K8 MCU, I was able to upload my code on the device successfully and the device was working fine, I updated the code a few times and was able to successfully upload the code to the board. However I di...

0693W00000Hq06NQAR.png
APant.1 by Associate II
  • 2748 Views
  • 4 replies
  • 0 kudos

STM32Cube. Fail to start GDB server

When I try to flash the stm32G pops up the error "fail to start GDB server.Looking on internet.I have found in the form that a cos.of this error could be Avast antivirus, but even if i have uninstalled it, does not solve my issue.​

FTrom by Associate II
  • 508 Views
  • 0 replies
  • 0 kudos

LWIP over USB with stm32CubeIDE

Hi,Create an http server using ETH and LWIP middleware is easyI would like to use LWIP but using USB_OTG.Do you plan to implement such solution, or does it exist an example of implementation ?Thanks