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
  • 376 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
  • 5606 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...

Resolved! H503RB, USBX, ThreadX: Thread blocked by USBX

Hello,I have an issue with this setup:STM32H503RBCubeIDE 1.19.0, Win10ioc-Implementations:SYS[Timebase Source TIM1]; RCC[CRS SYNC Source USB]; ICACHE[1way]Connectivity-> USB[Device only, USB FS Global Interrupt, Internal PHY]; SPI3[FD-Master]Middlewa...

enbw by Associate II
  • 392 Views
  • 1 replies
  • 2 kudos

STM32f401 Nucleo board with BLE Mesh [BNRG2A1]

HiI’m currently working on a Nucleo board with BLE Mesh using the BNRG2A1 module. How can I implement BLE Mesh on this setup?"check out the X-NUCLEO-BNRG2A1 Documentationhttps://www.st.com/en/ecosystems/x-nucleo-bnrg2a1.html#documentation UM2992, "Ge...

Kumar123 by Associate III
  • 208 Views
  • 2 replies
  • 0 kudos

Converting Project from STM32CubeIDE to Eclipse

In the STM32Cube_FW now is released project using "STM32CubeIDE".I can import the project to STM tools without issue.However, I have a new client which they are using "Eclipse" and does not want to make changes for project.Is there a simple way to im...

Resolved! arm_math.h: No such file or directory

The configuration for include paths in cubeIDE seems horrendous.  I have installed CMSIS 5.9 using MX no problems.  IDE didnt pick it up. Manually configured the path into cubeIDE..... still cant see the include file ... even though it is right there...

PMOOD.1 by Associate II
  • 523 Views
  • 4 replies
  • 0 kudos

CubeIDE not linking libraries from header files

HiI'm building a project from zero and I'm importing all the needed folders manually by going in Project -> properties -> C/C++ General -> Path and Symbols -> Add ...In this way I added all the folder with the needed files. Now, when I build the proj...