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.1.1 released

We are pleased to announce that the minor version 2.1.1 of STM32CubeIDE is available. What is new in 2.1.1: This release covers the topics listed below: SEGGER J-Link GDB server updated to 9.24 to fix an issue with the Live Expression view during the...

Aimen1 by ST Employee
  • 1091 Views
  • 0 replies
  • 1 kudos

STM32CubeCLT 1.21.0 released

We are pleased to announce that STM32CubeCLT 1.21.0 release is available. What is new in 1.21.0: Maintenance of the previous version: Updated in accordance with STM32CubeIDE v2.1.0Update of Clang/LLVM toolchainUpdate of GCC to GCC 14Update of STM32Cu...

Aimen1 by ST Employee
  • 475 Views
  • 0 replies
  • 0 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! Warning when generate project with LPBAM - Stm32u575

Hi, I am creating application using LPBAM configuration. The application simply is:Enter stop mode 2- Use ADC4-12bit channel 22 (PC4) to measure voltage using clock HSI or MISK- ADC wdog to generate interupt when the value reach threshold to exit sto...

BLS_Karo_0-1766680772291.png BLS_Karo_1-1766680910394.png BLS_Karo_2-1766680952577.png BLS_Karo_3-1766681008354.png
BLS_Karo by Associate II
  • 301 Views
  • 1 replies
  • 0 kudos

Resolved! [Resolved] STM32CubeIDE project creation issue

Updated post to reflect permanent fix Dear STM32CubeIDE user, Further to the recent STM32CubeIDE project creation issue, we would like to inform you that a solution is now available for you. This permanent fix applies to all STM32CubeIDE versions. I...

Resolved! Problems with GDB Server

I am using STM32CubeIDE V1.11.0I have exactly the same issue which was described in this post:https://community.st.com/t5/stm32-mcus-boards-and-hardware/st-link-gdb-server-issues/m-p/64010#M623Multiple weeks everything works fine. But suddenly it sto...

Moritz1 by Associate III
  • 14954 Views
  • 13 replies
  • 1 kudos

Resolved! AES in CTR Mode: IV not saved to IOC file

Hello,I'm facing an issue in CubeMX with the AES IV in CTR ModeThe IV is not saved in the IOC file and is discarded from the generated code, replaced with a full 0 value.The AES content inside the IOC file:AES.Algorithm=CRYP_AES_CTRAES.DataType=CRYP_...

zeboss49 by Associate III
  • 404 Views
  • 4 replies
  • 1 kudos

Recognizing a project by reading the flash

 It happens to from time to time that I have a flashed project in a hardware, e.g. a bluepill, but I forgot which source project was belonging to it in the STM32CubeIDE's project treeview.Is there a way to write the name of the project by means of so...

Resolved! Post-build step to size object files

I'm using STM32CubeIDE Version 2.0.0 and would like to get the size of all the object files in my build. I know I can do this in Project Settings->C/C++ Build->Settings->Build Steps->Post-build steps->commands using arm-non-eabi-size, but what is the...