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 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 hangs when opening MX /.ioc view

starting the IDE is like rolling the dice every day : will it start and run perfect - or not ?this happens about once in 100 starts, then it hangs in the splash window and you cannot do anything more.seems to be a "well known" thing, there is some wo...

AScha3_0-1701072615096.png
AScha.3 by Super User
  • 1808 Views
  • 4 replies
  • 0 kudos

STM32CubeIDE can't connect (No device found on target)

Have been using STM32CubeIDE with several processors and different Nucleo boards with successAcquired a Nucleo-U575ZI and when I try to download code I get:STMicroelectronics ST-LINK GDB server. Version 6.0.0Copyright (c) 2021, STMicroelectronics. Al...

Hcorw.1 by Associate II
  • 1526 Views
  • 3 replies
  • 0 kudos

NUCLEO-F103RB: No device found on target.

Hello,For the past two days I have started experimenting with STM32F0 and STM32F1 Nucleo Boards and the STM32CubeIDE, so I am not that experienced yet. Everything went fine but suddenly, I was not able anymore to program my NUCLEO-F103RB board. It th...

WBach by Associate II
  • 1118 Views
  • 1 replies
  • 0 kudos

Resolved! Hard Fault on function start - but cannot debug

I have a problem, but dont know, how to solve...when this function ( mp3dec_decode_frame(..) ) is used, get hard fault. ok, but cannot debug , because no step into function is possible, hard fault is always next step.Now the prerequisites : this func...

AScha3_0-1701984656178.png AScha3_1-1701984719271.png AScha3_2-1701984805304.png AScha3_3-1701984845368.png
AScha.3 by Super User
  • 11529 Views
  • 34 replies
  • 2 kudos

DCACHE on STM32U599

Hi!I'm configuring the STM32U599VJT with CubeMX enabling DCACHE1 and 2, as well as ICACHE. Code is generated without error, but functions like SCB_CleanDCache_by_Addr() are not enabled as the definitions in stm32u599xx.h do not include __ICACHE_PRESE...

paolog by Associate III
  • 2067 Views
  • 4 replies
  • 1 kudos

lwIP deadlock with a twist

Setup:MCU: STM32F429PHY: DP83848 (MII)Advertised Mode: 10BASE-T, Half/Full-Duplex 100BASE-TX, Hal/Full-DuplexOS: CMSIS-RTOSv2CubeMX: Yes Just wanted to start of with mentioning that i've read and tried the fixes  provided by @Piranha. I've tried the ...

XD by Associate III
  • 2072 Views
  • 4 replies
  • 0 kudos

HardFault_Handler

Hello,until recently, I used the STM32F411CEU6 microcontroller; lately, I switched to the STM32G0B1.I've ported the old C++ code from the STM32F411CEU6 to the STM32G0B1.Everything works correctly; the only issue is that now, 'HardFault_Handler()' occ...