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

STM32CubeIDE 1.5.1 released

STM32CubeIDE 1.5.1 releasedSTM32CubeIDE 1.5.1 was released this week as an in-tool update patch. This is a bug fix release.Caution: The in-tool update does not allow updating drivers and ST-LINK server tool. Full installer is required for this.Main i...

STM32CubeIDe V1.5.1, has compiler issue ?

STM32CubeIDE v1.5.1 use GUN11 language settings.did try option --Verbose (not solve)does any one occurred same issue?check the pic, line 1823 ~ 1837 disappear. I make confirm on disassemble filed.

0693W000006GEQJQA4.png
Leimen by Associate II
  • 493 Views
  • 1 replies
  • 0 kudos

Resolved! Add my own library project to STMCubeIDE

Hi,I started from scratch and successfully created STM3232H7B3I-DK project as in Workshop2020.Now i added a project library, it compiles and produces .a file but i have this message:libModuleA.a: file not recognized: File format not recognized.I supp...

FMarr.2 by Associate III
  • 3396 Views
  • 9 replies
  • 0 kudos

Resolved! "No such file or directory" error

I created a new project in STM32CubeIde (STM32F401, USB Host MSC). I haven't added a single line of my code yet. When I try to compile the project, the error appears:../Middlewares/Third_Party/FatFs/src/option/../ff.h:29:10: fatal error: ffconf.h: No...

PBobo.1 by Associate II
  • 1468 Views
  • 1 replies
  • 0 kudos

Resolved! Disable Breakpoints in Release Build

How can I disable breakpoints for release builds? If I accidentally forget a breakpoint on, and it gets hit in the release build, then the program just freezes (including halting the watchdog timer!) - what am I missing?

Ddu P by Associate III
  • 1415 Views
  • 6 replies
  • 0 kudos

STM32CubeIDE project with H745 processor

Hi all, I am testing H745 processor on Nucleo-H745ZI-Q board and STM32CubeIDE 1.5.0 .I started from a demo project found in Cube library, which handles both CM7 and CM4 cores.The IDE correctly creates one HEX file for CM4 and another HEX file for CM7...