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
  • 297 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
  • 4339 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...

Installing STM32CubeIDE in an enterprise environment

Has anyone deployed STM32CubeIDE in an enterprise environment, particularly to lab PCs where multiple students log into? Just wonder how you manage the workspace area and the installation of the various drivers/packages.We run Windows 10 64bit with r...

KWatt.1 by Associate
  • 714 Views
  • 1 replies
  • 0 kudos

How to setup a STM32CubeIDE project, using X-Cube-Cellular v5.2.0, to build and including the LWIP middleware variant? (SOLVED)

I need to start from DISCOL496_RD_Sequans (or BG96) project and to wstich to LWIP stack's socket by including the LWIP middleware.As setting IDE Preprocessor USE_SOCKETS_TYPE=USE_SOCKETS_LWIP is not sufficient to include LWIP, as Eclipse generated ma...

PGell.1 by Associate II
  • 1566 Views
  • 5 replies
  • 1 kudos

After successfully added a second project to the workspace as static st32 library, I would like to know ho consume this library from the main project. From Path and Symbols I added the library ${workspace_loc:/ModuleA/Debug/libModuleA.a}.

What else should I do to let my project see header files? Is it correct to add an include path suchC:\Progetti\STM_Projects\ModuleA\Base. But I would like that it sees all the files and possible without an absolute path? What is the correct syntax?Be...

FMarr.2 by Associate III
  • 537 Views
  • 1 replies
  • 0 kudos

Resolved! #include <string> into cpp header file

Hello everyone, I have a problem with include string methods into cpp header file. I created .cpp files like in this example: https://dev.to/younup/cmake-on-stm32-episode-5-get-ready-for-c-1mh9Also, I generated the project with c++ checkbox.When I #i...

JuniorSTM by Associate II
  • 12692 Views
  • 6 replies
  • 0 kudos