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
  • 1087 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
  • 470 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! Newbie struggling with .c .h and linking

Hello all   I'm a hobbyist with experience as a java programmer and with simple embedded C and C++ experience who's working on a project for the Elektor Magazine STM32 contest and I'm finding myself in over my head and I'm wondering if any of you mig...

Resolved! I need help on grayed out part of the code

Hello All,I am working on open bootloader. I have copied all required files. When I compile the code on demo project provided by open bootloader, it works just fine. On the other hand, when I compile on my own project, I get the following error.I hav...

demir_0-1706380145249.png
demir by Senior II
  • 2363 Views
  • 2 replies
  • 0 kudos

Resolved! STM32cubeIDE SWV trace autostop

Hello,I am new on STM32CubeIDE. I try to use SWV to trace some parameters from Nucleo-H743ZI2. At the beginning, everything is ok. I can see the data in the trace window. But the trace will automatically stop after a certain duration. The board is st...

Capture.PNG
Jiaming by Associate III
  • 3553 Views
  • 4 replies
  • 1 kudos

Build issue - error directive usage

Hi All, I am having a strange error. When I compile my code, the error directive causes the ERROR. I can not pinpoint the issue. Could you please hint me in the right direction?Thanks and Regards,  

demir_0-1706300477525.png
demir by Senior II
  • 1543 Views
  • 2 replies
  • 2 kudos

Resolved! Conversion of int to float and float to int

Hello guys, I hope you're doing well, I'm currently trying to replicate a video I saw on YouTube about audio processing using stm, I'm just starting to develop for stm and I'm having some doubts, mainly in terms of libs. I'm trying to convert between...