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

We are pleased to announce that the release 1.19.0 of STM32CubeCLT is available. What is new in 1.19.0: Support for ST Arm Clang toolchainMaintenance of the previous versionUpdated in accordance with STM32CubeIDE v1.19.0 Main fixed issues in 1.19.0: ...

Resolved! [Resolved] STM32CubeIDE project creation issue

Updated post to reflect permanent fix Dear STM32CubeIDE user, Further to the recent STM32CubeIDE project creation issue, we would like to inform you that a solution is now available for you. This permanent fix applies to all STM32CubeIDE versions. I...

STM32CubeIDE 1.19.0 released

We are pleased to announce that the release 1.19.0 of STM32CubeIDE is available. What is new in 1.19.0: Microcontroller, microprocessor, and board lists aligned with STM32CubeMX v6.15.0:Added the support for STM32MP21xx microprocessors to the STM32MP...

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

printf float STM32G070CB

How to enable float (printf) in STM32CUBEIDE 1.0.1 IDE?The -u printf_float option is selected.

RDos by Associate II
  • 664 Views
  • 2 replies
  • 0 kudos

Why do I get error when I build project?

Hello,Why do I get error when I build project?I have imported the projectCan anyone help me if I send the project files?With Kind regards / Peter16:12:11 **** Build of configuration Debug for project test ****make all C:\Program: C:\Program: Permissi...

0690X000009YD3CQAW.png
PStur by Associate
  • 707 Views
  • 2 replies
  • 0 kudos

Resolved! Problem creating new C project

HiI am evaluating the new STM32CubeIDE .When trying to create a new project (based on an existing project done using eclipse + GNU ARM Eclipse) i am encountering a problem when accessing the project properties to define include directories; Preproces...

Error programming STM32H743 Nucleo board with STM32CubeIDE

Hi,I get an error when trying to program nucleo board with the STM32H743 and STMCubeIDE with any of the example projects. They compile OK but I get an error while programming the board.It works with IAR, the error message isSTMicroelectronics ST-LINK...

DCorn by Associate III
  • 796 Views
  • 4 replies
  • 0 kudos

How does SDIO_ReadFIFO cause the FIFO to shift?

I have managed to get reading and writing of SD card to work, however I still don't really get how does reading the SDIO's FIFO work. From tracing the code, I reading the FIFO is done by the SDIO_ReadFIFO() function in stm32f4xx_ll_sdmmc.c./** * @...