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

TF lite micro library include STM32 CUBE IDE

Hello! I sorley need some help integrating my tensorflow.lite model on the STM32F405RGT6, which i have on a custom board. I have converted the model to a Carray.h but I am struggeling to include the tensorflow lite micro library. I would appreciate a...

Resolved! printf %llu with error

Hi guys,I'm executing the "printf" in CubeIDE to output uint64_t with "%llu", but the printout is wrong.Why does it not support "%llu"?However it can work well in Keil. //debug.c int __io_putchar(int ch) //Redirect printf to uart { HAL_UART_Transmi...

PeterMu by Associate II
  • 3113 Views
  • 4 replies
  • 3 kudos

Resolved! STM32cubeide 1.13.2 & cubeMX integrated

I installed STM32CubeIDE 1.13.2 in the hope that the problem of the 1.13.1 release has been solved (see My old topic ) . Nothing the problem continues to exist. To make the integrated CubeMX work I have to open and close the IDE 3 or 4 times, also if...

Fendo59 by Associate III
  • 4341 Views
  • 10 replies
  • 1 kudos

Resolved! Issue after updating to STM32CubeIDE 1.13.2

After updating to STM32CubeIDE 1.13.2, and updating my workspace, I'm suddenly getting warnings when compiling the STM32_WPAN SHCI library, followed by a handful of linker errors. The warnings are all in `shci.c` and look like this: Project/Middlewar...

crwper by Senior
  • 5084 Views
  • 4 replies
  • 6 kudos

Resolved! Placing HAL functions into ITCM RAM

Hello,Is there a simple way how to tell CubeMX to place HAL drivers (all or selected modules) into ITCM RAM instead of FLASH? Or it is possible only by manual writing directive to each function?If manual way is the only one, is it at least possible t...

APaus.1 by Associate II
  • 2146 Views
  • 4 replies
  • 2 kudos