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
  • 508 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
  • 6852 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...

Does cubeide assign the wrong stack size?

When I use CMSIS RTOS I set a stack size of 128 words. Then the following code is generated: /* Create the thread(s) */   /* definition and creation of cmdHandlerTask */   const osThreadAttr_t cmdHandlerTask_attributes = {   .name = "cmdHandlerTa...

AGarp.1 by Associate II
  • 1819 Views
  • 5 replies
  • 0 kudos

Unable to debug simple blinky on Nucleo-144 F413Zh . on OSX

Since I have been having issues with some other efforts, I'm stepping back and creating a simple blinky test application. Everything builds fine, however when i use Debug, the upload failes with STMicroelectronics ST-LINK GDB server. Version 5.3.2...

SBade.1 by Associate II
  • 1080 Views
  • 3 replies
  • 0 kudos

Unable to flash new firmware. Nucleo F722ZE on MacOS

I've been working on a project for a while (I2S based). I seem to have done something to confuse the IDE. Now when I try and debug, it says it's connected, but the Nucleo F722ZE is still running the previous firmware. The debug does not step into the...

How to initialize LPUART1 in STM32CubeIDE on b-l072z-lrwan1 ?

Hello.I was having a problem about initializing the LPUART1 on b-l072z-lrwan1 using the built-in CubeMX code generation in STM32CubeIDE.The problem was when I started debugging the code seems to run fine until the execution reaches MX_LPUART1_UART_In...

SirapK by Associate
  • 971 Views
  • 0 replies
  • 0 kudos

JSON C library is not work in RTOS.

Hello,I am working on json-c and cJSON library in stm32cubeide and it works fine without RTOS. But when I switch to RTOS , both library not working. They are showing different error.json-c :- when I call "json_object_object_add" function, then progra...

R. by Associate II
  • 829 Views
  • 0 replies
  • 1 kudos