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.19.0 released

We are pleased to announce that the release 1.19.0 of STM32CubeCLT is available. What is new in 1.19.0: Support for ST Arm Clang toolchainMaintenance of the previous versionUpdated in accordance with STM32CubeIDE v1.19.0 Main fixed issues in 1.19.0: ...

Resolved! [Resolved] STM32CubeIDE project creation issue

Updated post to reflect permanent fix Dear STM32CubeIDE user, Further to the recent STM32CubeIDE project creation issue, we would like to inform you that a solution is now available for you. This permanent fix applies to all STM32CubeIDE versions. I...

STM32CubeIDE 1.19.0 released

We are pleased to announce that the release 1.19.0 of STM32CubeIDE is available. What is new in 1.19.0: Microcontroller, microprocessor, and board lists aligned with STM32CubeMX v6.15.0:Added the support for STM32MP21xx microprocessors to the STM32MP...

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...

How to use C++17 standard in STM32CubeIDE

Hi, I'm working on a new Firmware Framework, but I need to use C++17 standard. I used STM32CubeMx tools for generating code and now I'm compiling with C++14.How I can change standard? Instead to compile with C++14 I want to compile using C++17.

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
  • 952 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
  • 215 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
  • 820 Views
  • 13 replies
  • 7 kudos