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
  • 76 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
  • 2906 Views
  • 0 replies
  • 3 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...

Still facing STM32Cube option greyed out

Hi all,I'm experiencing the exact same issue described in this thread (https://community.st.com/t5/stm32cubeide-mcus/stm32cubeide-stm32cube-project-creation-issue/td-p/823125) with STM32CubeIDE v1.19.0 on Windows. After selecting a target MCU during ...

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
  • 184 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
  • 180 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...