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
  • 1065 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
  • 469 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...

STM32CubeIDE debugging not starting

Hello,I recently run into problem with not being able to debug my applications any more.I use STM32CubeIDE (and Atollic) without major problems for years now, but suddenly debugging does not start.I can flash the the device through the Run button. Wh...

JeronymJ_1-1753281198591.png JeronymJ_3-1753281431206.png
JeronymJ by Associate III
  • 552 Views
  • 1 replies
  • 0 kudos

Resolved! targeted project type empty

Hi guys,I'm new to STM32. I tried creating new project, chose my board, but the option of targeted project type is always empty. I read few posts here that talked about download version 1.19.0. I did it and still the same. don't know what to do.I app...

roiagai by Associate
  • 406 Views
  • 2 replies
  • 1 kudos

Cube ide Erorr

Hello everyoneSince yesterday  when I try to create a new project in STM32CubeIDE, the CubeMX configuration window doesn't appear, and the ioc file is not being generatedHas anyone else experienced this issueCan someone help me understand how to fix ...

dontow by Associate
  • 369 Views
  • 1 replies
  • 1 kudos

not working USART3 Receive Callback function

 Hello, everyone.There is an issue related to USART3 DMA Receive of STM32F407.I'd like to use 500 bytes of USART3 DMA Receive.I wrote 500 bytes on UART Sender, but USART3 DMA Receive Callback is not working.I checked UART_FLAG_IDLE because I wanted t...