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
  • 76 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
  • 2915 Views
  • 0 replies
  • 3 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...

Resolved! Headless build fail on linux STM32CubeIDE v1.13.1

OS: Ubuntu 20.04.6 LTSSTM32CubeIDE version 1.13.0 or 1.13.1My project builds fine in the IDE and with headless builds on version 1.12.1. With version 1.13.X builds within the IDE work fine, but attempting a headless build from command line fails near...

Marshall by Associate
  • 2607 Views
  • 3 replies
  • 3 kudos

Not receiving data from STM 32 Nucleo

In this code, when I use the temp command, I always get output as "No response received." That means my python CLI is not receiving any data from the STM 32 board. But when I run the same command on the screen terminal on my mac, I get the data. What...

Xx11 by Associate
  • 794 Views
  • 0 replies
  • 0 kudos

Feasibility of a project on nucleo stm32h7 platform

The objective is to visualize the response of a device to a series of pulses of different durations.The number of pulses, their duration and their frequency are given as an indication and can be adapted.I want to acquire several identical pulses to i...

Alban48 by Associate II
  • 2292 Views
  • 6 replies
  • 0 kudos

STM32F4 Discovery ST-LINK error

I was just uploading the code without having any issue and after the new update of Cube IDE it just does not recognise the ST-LINK of the Discovery board (STM32F469). I attach the images. I tried to reset the board but can do it via ST-LINK Utility. ...

error_1.PNG error_2.PNG ERROR_3.PNG
Enekkk by Associate II
  • 1834 Views
  • 4 replies
  • 0 kudos

Resolved! STM32CubeIDE suddently stop to Debug and Run

Hi there, I'm facing a problem with Cube IDE (ver. 1.13.0). Completely out of nowhere, it stopped letting me debug or run the code. When I click the buttons, I can see in the bottom right corner that it tries to launch the debugger, but it stops at L...

SScar.2 by Senior
  • 1740 Views
  • 2 replies
  • 1 kudos

STM32G031 SPI read problems

i am using the STM32G031 and the SPI1 port. i have used the SPI port many times on various STM32F devices. I have found some of the STM32G devices have odd behavior. Today i have a strange problem i am running 16 bit SPI1 and when i observe the wavef...