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.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
  • 94 Views
  • 0 replies
  • 0 kudos

STM32CubeIDE 2.1.0 released

We are pleased to announce that STM32CubeIDE 2.1.0 release is available. What is new in 2.1.0: Added support of STM32C5 seriesAdded support of new microcontrollers across the STM32WBA, STM32WL, STM32H5, STM32U3 and STM32F7 seriesAdded support of new ...

Aimen1 by ST Employee
  • 597 Views
  • 0 replies
  • 1 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...

Nucleo F413ZH Honeywell MPR sensor STMcube IDE issue

Hi, I am trying to integrate Honeywell MPR pressure sensor (which runs over the SPI) with the Nucleo board using the STM32cube IDE. The library and everything else is working fine with the Arduino IDE environment but deploying things over the STM32cu...

aqeel96 by Associate
  • 1273 Views
  • 4 replies
  • 2 kudos

Resolved! STM32CubeIDE Versions for Windows 7

Hello, What are the newest versions of STM32CubeIDE and STM32CubeProgrammer that still work under Windows 7?  I have searched high and low but could not find a simple list of versions and host system requirements.  Thank you.

How to program stm32h757xi microcontroller

I want to explore dual core processor so i was going through stm32h757xi microcontroller which has dual core microcontroller. As currently i was working on stm32g4 microntroller for which i have made custom pcb in that for programming i have used ser...

Shubham08 by Associate III
  • 401 Views
  • 1 replies
  • 1 kudos

Resolved! Debug a basic C++ program on STMCube IDE

Here's my infinite loop in a cpp file  #include "main.h" #include "lib.hpp" void run() { auto cnt = 0u; while (1) { if(!HAL_GPIO_ReadPin(GPIOC, GPIO_PIN_13)) cnt++; } }I run the Debugger and execute the statements until I get to the "if" ...

TechyAry by Associate III
  • 1510 Views
  • 13 replies
  • 7 kudos

Resolved! STM32CubeIDE crashes on opening 'Software Packs'

Hello AllI'm using STM32CubeIDE 1.18.1 on a Windows 11 (10.0.26100) virtual machine through VirtualBox (7.1.8).I've been able to create a project for my board and generate code, however when I go to the software packs, it causes the IDE to consistent...

dbit_0-1748265620780.png
dbit by Associate II
  • 788 Views
  • 3 replies
  • 1 kudos