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
  • 502 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
  • 6807 Views
  • 0 replies
  • 4 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...

"stm32cubeidec -build all" results to extra build runs

I have tried to build an example STM32H7Cube project with a command line script (attached) and got that the each CM7 and CM4 project configuration is built twice: the "Release" for CM7 is built twice, then the "Debug" for CM7 is built twice, and then...

ERROR by Senior
  • 598 Views
  • 0 replies
  • 1 kudos

Resolved! TIM2 as a sequencer for TIM5, TIM1 and TIM8

Part: STM32L4R5ZIT6I would like to use TIM2 to increment 3 other timers at different times:TIM2 is incrementing from an external clock and rolling over at a set period.1. TIM2 rollover would increment TIM52. TIM2 Compare 1 would increment TIM13. TIM2...

RChap.1 by Associate II
  • 1914 Views
  • 5 replies
  • 0 kudos

Resolved! Cube IDE 1.15.1 Freeze when creating example project

Hi, I am trying to create an example project for my NUCLEO-F401RE board by following the following steps:1. Completely clean Debian 11.9.0 installation (in virtual machine)2. Download and install STM32CubeIDE 1.15.1 (STM32CubeIDE-DEB)3. Launch the ID...

FJons.1 by Associate II
  • 3659 Views
  • 8 replies
  • 0 kudos

Resolved! Installation of SonarLint fails

When I try to install SonarLint from Eclipsemarkete place I get the following errorUnable to read repository at https://eclipse-uc.sonarlint.org/content.xml. Certificate chain is not validSTM32cubeIDE 1.7.0 on WindowsI asked the question on the Sonar...

Stefan1 by Associate III
  • 2385 Views
  • 3 replies
  • 0 kudos

Resolved! Update STM32CubeIDE to specific version

One of my machines is running 1.14.1. My customer is at 15.0 and does not wish to change to 15.1 this close to deployment. Is there any way to update the IDE to 15.0? If I select 'Update' from the 'Installation Details' from the 'About' screen I only...

jlag_0-1715378165652.png
jlag by Associate III
  • 1573 Views
  • 1 replies
  • 3 kudos

Cubeide download program without erase full chip

Hello,My name is Ray.I'm an end user that come from Taiwan,I'm still learning coding with stm32Recently​ i encounter a problem about debug via STMCubeIDE,The version is 1.15.1Once i coding fine and process into debug mode,it will perform a full chip ...

stm32c0116-dk & openocd

Hi,I tried to connect my stm32c0 board to openocd to work in CLion but found that latest open ocd version doesn't support it. I found ST version of OpenOCD and build it but inside it I still can't find stm32c0 board configuration.So my question is ho...