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

Resolved! STM32CubeIDE: why when I specify Core/Inc path as include path, IDE shows warning about missing CM4/Debug/Core/Inc?

I try to specify relative paths without a lot of ../../.. spaghetti, but every time I shoot into the correct directory, I get an error like a /Debug/ was added to my path?I moved all my code files, now I want to make include paths right, but it's eit...

HTD by Senior III
  • 7805 Views
  • 3 replies
  • 1 kudos

Is it possible to use the standard library of the toolchain "GNU Tools for STM32" without using the heap area?

We are developing "STM32F769-Discovery Kit" using STM32Cube IDE.The toolchain is "GNU Tools for STM32".Functions such as printf call malloc_r and use the heap area._Puts_r ()  __sinit ()  __sfp ()  __sfmorgelue  _malloc_rIn our development project, w...

Shin-H by Associate
  • 858 Views
  • 2 replies
  • 1 kudos

Nicla Vision board integration with STM32 based boards

I see Nicla Vision board having lot of potential but the board in and of itself cannot do enough.In order to open its potential, it should be able to talk to existing STM32(STM32F407 for e.g.) based boards through either SPI or UART interface.Do we h...

MSing.8 by Associate III
  • 1640 Views
  • 1 replies
  • 1 kudos

Resolved! u_printf_float - where to set for C_Linker in STM32CubeIDE?

When I compile, I get the following error: The float formatting support (-u_printf_float)is not enabled from linker flagsI can't find Linker flags/Options/Settings for C - just for MCU G++ Linker. When I chose the option, it still didn't remo...

0690X000009Xcm0QAC.jpg
MFend by Associate III
  • 14636 Views
  • 19 replies
  • 1 kudos

Could you show me the C data type documents in STM32CubeIDE? I want to know the data type of the GCC compiler, but I failed to find the related documents. below figure is that I found in another brand IDE.

I use STM32CubeIDE 1.9.0, the chip is STM32G474, I want to know the data type of the GCC compiler, but I failed to find the related documents. below figure is that I found in another brand IDE.Could you kindly help? Thanks!

kaka.zhuo by Associate II
  • 1743 Views
  • 2 replies
  • 1 kudos

Resolved! Even after building code with optimization level -0s. There is no change in size, it just get adjusted with .text and .data.

I am facing issue of memory with Stm32L432xx, So i tried option of increase optimization level from -01 to -0s.But observe no change it just reduce in .text section... but it increased in .data segment. ultimately value is same and issue is continueB...

PSola.1 by Associate
  • 2097 Views
  • 7 replies
  • 0 kudos