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

We are pleased to announce that STM32CubeCLT 1.20.0 release is available. What is new in 1.20.0: Maintenance of the previous version: Updated in accordance with STM32CubeIDE v2.0.0Update of Clang toolchain version 19.1.6Update of GCC 13.3.rel1Update ...

Aimen1 by ST Employee
  • 343 Views
  • 0 replies
  • 0 kudos

STM32CubeIDE 2.0.0 released

We are pleased to announce that STM32CubeIDE 2.0.0 release is available. STM32CubeIDE is now independent from STM32CubeMX. With this release, device configuration, previously handled within STM32CubeIDE via STM32CubeMX, is now exclusively available t...

Aimen1 by ST Employee
  • 5251 Views
  • 0 replies
  • 4 kudos

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! Missing PWR peripheral registers in stm32g051 svd file

I've checked in svd version 1.4 : the PWR resisters are missing, just like the exti registers in this post : Solved: No GPIO registers in System Viewer drop down menu ... - STMicroelectronics Community@Imen.D Can you make a version 1.5  ?There are al...

PMZ by Associate III
  • 2187 Views
  • 4 replies
  • 1 kudos

Resolved! Stm32CubeIDE and macOS14.2

Hi,I recently upgraded to macOs14.2 while running IDE@1.13.2. This worked for a while... 2-3h. All the sudden the IDE kept crashing on me. So I upgraded to 1.14.0 which did not solve the problem. I can't even press on the small > icons to drop down a...

Screenshot 2023-11-30 at 13.53.52.png
JE by Associate III
  • 4373 Views
  • 2 replies
  • 1 kudos

Installing CMSIS and CMSIS_DSP - missing files

Board H745ZII have installed ARM.CMSIS  5.8.0 and CMSIS-DSP 1.15.0 via the IOC>Software packs> and selected the components I want available under Select components. I have then enabled them under Middleware and software packs so CMSIS and CMSIS-DSP a...

MEde.1 by Associate III
  • 2588 Views
  • 2 replies
  • 0 kudos

read_memory: failed to read memory

 I'm trying to debug with an STM32H753BI using openocd and gdb using cube ide but im getting error like failed to read memory.here is the log:xPack Open On-Chip Debugger 0.12.0+dev-01312-g18281b0c4-dirty (2023-09-04-22:31)Licensed under GNU GPL v2For...

user_gk by Associate
  • 3129 Views
  • 3 replies
  • 0 kudos

STM32L476 Hard Fault during startup

Hello, I realised an stm32l476 board. After receiving the board, we tested all the connection power.. All is good.To start with the coding I added a simple code to toggle pins to check the functionality. The code install successfully on the board. Ho...

NIXAIRSOLUTIONS_0-1700097730756.png NIXAIRSOLUTIONS_1-1700097765714.png

Resolved! Parse HEX File to HAL_FLASH_PROGRAM()

Hello everyone, I want to make bootloader, everything is done, but not working.  1. I create two apps in STM32CubeIDE:BOOTLOADER: 0x08000000APPLICATION: 0x08020000I did simple program and I jump from app to boot, and from boot to app (It's works fine...

Martini by Associate II
  • 3484 Views
  • 7 replies
  • 1 kudos

Resolved! Connect debugger without uploading binary

Hi there,I'm using ST_Link V3 with H743 MCU. For short debug sessions it works seamlesly.For longer run-time I have to disconnect my computer with CubeIDE and go home, but MCU stays running.Next day, I need to reconnect Debugger and check the state o...

DrDro by Associate III
  • 1925 Views
  • 3 replies
  • 1 kudos

uart_ERROR callback triggered but errorCode is zero

I am programming a STM32 nucleo-f746ZG development board where I am using USART2 with RX interrupt.I have setup USART using CubeMx (async, baud:250Khz, data: 8, stopBit: 2, noParity). I am reading a single byte from a DMX stream by calling HAL_UART_R...