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

Resolved! Cannot connect to Nucleo 144 using ST-LINK

I've installed STM32CubeIDE and the ST-LINK/V2-1 driver. I'm attempting to connect to a Nucleo U5A5ZJ-Q board.When I try to run example code I receive the message: "No ST-LINK detected..."I have removed the jumper on CN4 as instructed if using Nucleo...

STM32CubeIDE debugger skips all breakpoints. (SOLVED)

Hello! I am using STM32CubeIDE Version 1.12.1 and the HAL library with a NUCLEO-F103RB.During debugging the integrated STM32CubeIDE debugger pauses at the first command, in my case at HAL_Init(), but then skips all other breakpoints. The menu option ...

Kmax18 by Senior II
  • 872 Views
  • 0 replies
  • 0 kudos

linking error when using retargetF (_kill_r)

Ran into a problem once I upgraded to 1.13.0.Programs were failing with two errors, one relating to _kill_r.  There was a warning that _kill_r will always fail, and then a fatal error.I'm using retargetF.c and retargetF.h to redirect the standard con...

Is it possible to use spi dma using STM32F107VCT6 (DW1000)?

I am trying to get the 'devID' by using the HAL_SPI_TransmitReceive_DMA function in CUBEIDE, but the proper 'devID' value is not coming out.The correct devID value is 0xdeca0130. (Use 'HAL_SPI_TransmitReceive' function)Please let me know if you have ...

kim_dy by Associate II
  • 1005 Views
  • 2 replies
  • 1 kudos