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
  • 1078 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
  • 470 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...

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
  • 2009 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
  • 783 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
  • 3254 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
  • 1627 Views
  • 3 replies
  • 1 kudos

Cannot Download STM32CUBEIDE Software

I am unable to download any of the STM32CUBEIDE software from https://www.st.com/en/development-tools/stm32cubeide.html#. Everytime I log in and press download, the download bar always stays at 0% no matter what. This does not occur with any other do...

Haoming_Mei_0-1748814470483.png