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

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

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.

Jumping to random file after pressing Run button

Hello. When I press to Run (Run main.c) button, STM32CubeIDE opens random file, possibly, from current repository, for example: startup_stm32l452xx.s, core_cm4.h etc... Code is loading successful, but this side effect bothers me. I would like to dis...

GeneralTao by Associate II
  • 40520 Views
  • 206 replies
  • 98 kudos

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

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 II
  • 508 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
  • 206 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

Resolved! Nucleo-Board Not Supported By CUBE-IDE

Hello every ones, I am tring to start a new project by exploring some new nucleo board that i see on stmicroelectronics web site. If I select the NUCLEO-H7S3L8 board i can't start the creation of the project because CUBE IDE say that: "The target dev...

SMusc.1 by Associate III
  • 150 Views
  • 1 replies
  • 0 kudos