STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

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