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
  • 567 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
  • 7843 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...

Resolved! STM32Cube Pro version?

Is there a way to Upgrade STM32CubeIDE or Pro License for this Software?  It's very anoying e.x. when I try to debug something and the max possible breake point number is 8 or something. Is there is option to avoid this limitations or do you use anot...

EniRot99 by Associate III
  • 1324 Views
  • 2 replies
  • 1 kudos

stm32f7xx_hal.h: No such file or directory

Hello, I have a problem with some errors appearing after generating my code, I get the error:stm32f7xx_hal.h: No such file or directoryThis file exists in Drivers/STM32F7xx_HAL_Driver/Inc, I have also looked into projects included paths and it exists...

Cubeide standard c++ library

Hi everyoneI have a problem with cubeide I developed my project on visual studio and insert vector library in my project know when i want compile with cubeide the error is "no such file or directory".how can i fix this problem.Also i create c++ proje...

Sofia by Associate II
  • 4964 Views
  • 7 replies
  • 0 kudos

STM32CubeIDE get stuck on Licensing agreement.

The STM32CubeIDE get stuck, and it was impossible to close without rebooting the whole computer.I'm using Ubuntu 22.04.3 LTS.Screenshot attached.Something goes wrong. Is there any workaround?

VesaH by Associate
  • 1578 Views
  • 2 replies
  • 1 kudos

Resolved! Unable to build example project for P-L496G-CELL02

Hello Everyone, I am trying to build the project from the pack "STM32CubeFunctionPack_LTE1_V1.1.0". I am using CubeIDE 1.12.0. Kindly help me build the project, I am new to STM32 CubeIDE. Thanks and regards.   

1.PNG
PSaga.1 by Associate III
  • 2744 Views
  • 8 replies
  • 2 kudos

Resolved! Simple DAC application to generate Voltage on pin

I am using stm32f407g.I wrote this simple code which (in theory) should give on pin PA4 the voltage set in "DACout_v" (in this case I set 2.8V)Following this document (the section "Digital sine waveform pattern preparation") I derived DOR and then ga...

luke514 by Senior
  • 1445 Views
  • 3 replies
  • 1 kudos

NFC Tag Communication with M24LR04 EEROM

I have an M24LR04 NFC tag on the X-Nucleo-02A1 board connected to the Nucleo-F401RE board. I have initialized the I2C ports and other ports in STM32CubeIDE. I would like assistance writing a simple code to write some data to the M24LR04 EEROM and the...