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

printf not working.

Hi,printf function not working in stm32cube_ide.No error on ide but also no output on uart.Please help!

VKUMA.12 by Associate II
  • 1011 Views
  • 4 replies
  • 0 kudos

Float variable not working in stm32cube_ide.

Hi,Float type variable is not working in stm32cube_ide.float r = 3.14;when I debug the value of r it shows 3 and also I cross verify by using if condition.if(r==3.14)but condition fails, that means float variable not working in ide.Please help!

VKUMA.12 by Associate II
  • 2109 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F4 - HardFault_Handler / HAL_TIMEOUT errors

Hello!We have 2 identical custom PCB using STM32F446RE MCU, we encounter the following issues and we can't find out what is happening.I'll try to explain the best I can such problem, testing boards with simple LED blinking program:while (1) { HAL_...

C. Mart by Associate III
  • 5321 Views
  • 9 replies
  • 0 kudos

Resolved! I want to use stm32CubeIDE's GCC compiler to compile my project, but the program takes up too much Flash space

The optimization options for GCC compilation are: Optimize for size(-Os),The compiled result is as follows: The size of MCU Flash resources occupied is: text+data = 47264 Byte The.ld link script is shown below: Question: In my program, the....

0693W00000SwIogQAF.png 0693W00000SwIpoQAF.png 0693W00000SwIq3QAF.png
Lucky Dog by Associate III
  • 3573 Views
  • 6 replies
  • 0 kudos

Hello Everyone, I'm trying to run the sample code given to me by the provider of our board and I'm having a problem when I try to build the project.

This is the sample error that pops up. How can I fix this? I'm very new to this so I'm not very familiar with this error. Hope that someone could help me with this. Tell me what else I need to provide so you can help me better./Applications/STM32Cube...

NPine.1 by Associate
  • 1307 Views
  • 3 replies
  • 0 kudos