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
  • 1451 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
  • 568 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...

Device Configuration Tool Resets Project Properties.

Hi,I upgraded to the latest version of STM32CubeIDE (Version: 1.0.2) and I am noticing a possible bug with the device configuration tool. Whenever I open the tool and generate code from it, it resets all my build and general properties. This is reall...

PShut by Associate
  • 919 Views
  • 0 replies
  • 1 kudos

LD1 (LED1) is not defined for device NUCLEO-H743ZI board STMCubeIDE version 1.0.2 STM32CubeH7 MCU Package 1.5.0

LD1 is not defined in device NUCLEO-H743ZILD2 and LD3 both seems ok.also, the builtin flash tool doesn't have the latest firmware for the stlink v2had to flash with the tool found here to get debug working:https://www.st.com/en/development-tools/stsw...

How to update/reflash firmware rather than Debug ?

Hi all,I am using STM32Cube IDE (Eclipse based) and I am trying configure the IDE to reflash the uC using the Run option rather than Debug option, without success.I always used OpenOCD from shell under Linux for this purpose.How can I setup the STLin...

simo zz by Senior II
  • 1957 Views
  • 4 replies
  • 0 kudos

IDE SWV bug or am I not understanding setup?

Hi there, Just started using the cubeIDE with an stm32h743zi. I've been trying to checkout some of the debug functionality and setup the SWV timeline graph and console. It seems like everything I've done has been correct but I could be wrong. In debu...

teemal by Associate II
  • 1445 Views
  • 2 replies
  • 0 kudos

DSP Library in STM CUBE IDE ?

Hi, I've been working with STMCubeIDE to make projects with STM32. I recently started working with CMSIS DSP. My problem is that when I make a project with CubeIDE, I can't use the DSP Library.How can I include DSP Library in STM CUBE IDE ? Thank you...

MPatr.7 by Associate
  • 1000 Views
  • 0 replies
  • 1 kudos

Unable to add an existing code (library) to a project.

I copy-pasted my library folder containing .cpp and .h files to the project root folder and added the include directories to both Include Paths in GCC and G++ compiler settings. But still when I'm trying to build the project, I get "undefined referen...