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

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

STM32CubeIDE won't run in MacOS 10.15 Catalina

Hi everyone!I try to install STM32CubeIDE in my MacBook Air it turns out there is a problem that is caused by macOS Catalina. When I try, it fails with the following error message: "This package is incompatible with this version of macOS. The package...

0690X00000ArcT2QAJ.png
MGine.806 by Associate II
  • 3012 Views
  • 9 replies
  • 2 kudos

Resolved! Does Cube-IDE support launching executables that aren't ELF?

An oldie but still needed, CRC in the last word of the FLASH segment. So I'm fine up until I get to the point when I tell TrueStudio my application is other than an .ELF because at Properties / Run/Debug Settings/ Edit / TrueStudio is hobbled by supp...

n2wx by Senior
  • 3396 Views
  • 16 replies
  • 0 kudos

Enable the UART2 Peripheral Clock

Hello, I am doing a UART example and I need to find the command to Enable the UART2 Peripheral Clock. I have enabled the GPIO clock: __HAL_RCC_GPIOA_CLK_ENABLE(); // stm32f4xx_hal_rcc.hand now I need to enable the UART2 Clock Peripheral. Can anyone ...

JLIND.1 by Associate III
  • 3008 Views
  • 8 replies
  • 0 kudos

FreetRTOS Help

Hello, I am going through a Udemy course on the FreeRTOS. The course does not use the latest version of STM32CubeIDE so I am having some troubles. I am using the Nucleo-F446RE Development kit. I have added the library STM32F4xx_StdPeriph_Driver and t...

JLIND.1 by Associate III
  • 1165 Views
  • 4 replies
  • 0 kudos

code gets lost upon debug

I downloaded the STM32CubeF7 bundle and extracted it. Then made a new folder under the projects folder of the bundle and started STM32CubeIDE with the workspace pointing to the projects folder. I started a new project blinkled and put the blink code ...

KPort.1 by Associate
  • 562 Views
  • 1 replies
  • 0 kudos

Resolved! Trouble sending/receiving UART message using HAL libraries. I can receive the correct number of data sent, but it only prints as one character ("-")

I have been trying to figure out this problem all day. I am calling the following function with on a character array. I am trying to use the serial port innate in the nucleo board (usart 2, pins 2/3) to open up a serial monitor. The first times I wou...

MOstl.1 by Associate II
  • 919 Views
  • 2 replies
  • 0 kudos