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

only 1 hardware breakpoint aviable

hello all,I'm working with a stm32g051 under cubeIDE 1.13.2all is ok until yesterday evening (nothing good happens at works after 8PM)I can't set more than one HW Break point (limit should be 4) as it takes by default one HW BP for beginning main()as...

oga by Associate III
  • 1648 Views
  • 0 replies
  • 0 kudos

Resolved! STM32CubeIDE doesn't start first time after being installed

1. Yesterday I downloaded CubeIDE 1.14.0 for Linux Mint Cinnamon 21.22. Today I installed it and I tried to run it from the graphical app launcher3. It asked me for the workspace's name. I gave it a one. This window was closed4. Nothing happen, reall...

XR.1 by Senior
  • 8088 Views
  • 7 replies
  • 3 kudos

STM32CubeIDE 1.14.1 released

Hello, Since the STM32CubeIDE 1.14.0 release, some issues was faced when executing shell script in the pre/post build command. This issue was faced with the Windows version of the STM32CubeDE 1.14.0. Therefore, a patch is now available on ST site whi...

"Search" is not working in the STM32cube ide

Hi ,I am using the STM32 cube ide 1.12.0 version and the "search" CTRL+H was working earlier .Now this is not working .I have used the shortcut key ALT+SHIFT+Q+S still not working .. 

sshan2_0-1687792779113.png
sshan.2 by Associate III
  • 2926 Views
  • 3 replies
  • 2 kudos

Resolved! Issues on Debugging External Application Using ST-Link

Hi,I am trying to debug an external application with an ST-Link coming together with my Nucleo-G070RB board. I tried all three available debugger probes in CubeIDE:  ST-Link (Open-OCD), ST-Link (ST-Link GDB Server), and Segger J-Link. they all failed...

Chao_0-1708961764789.png Chao_1-1708962559193.png
Chao by Senior II
  • 6770 Views
  • 8 replies
  • 0 kudos

Resolved! Build STM32 mcu with yocto

Hey everybody, I am a little bit confused about the GNU Tools for STM32. (https://github.com/STMicroelectronics/gnu-tools-for-stm32) You are using this ST gnu tool inside the stm32cube IDE too compile all example applications.But when I build the sam...

BBoge.2 by Associate II
  • 5754 Views
  • 2 replies
  • 0 kudos

Compilation error in STM32F407VET6 board

Info: Internal Builder is used for buildgcc -O0 -g3 -Wall -c -fmessage-length=0 -o "Core\\Src\\system_stm32f4xx.o" "..\\Core\\Src\\system_stm32f4xx.c" ..\Core\Src\system_stm32f4xx.c:48:23: fatal error: stm32f4xx.h: No such file or directory#include "...

mr_vineet by Associate II
  • 2270 Views
  • 2 replies
  • 1 kudos

Should main return 0 when there is a while(1) ?

Hi all,I'm programming an embedded software.According to C standards, I write :   int main(void) { // Init initMethod(); /* Main loop */ while (1) { execute(); } // This return is never reached return 0; }  B...

Remi99 by Associate II
  • 5363 Views
  • 13 replies
  • 3 kudos