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 2.1.1 released

We are pleased to announce that the minor version 2.1.1 of STM32CubeIDE is available. What is new in 2.1.1: This release covers the topics listed below: SEGGER J-Link GDB server updated to 9.24 to fix an issue with the Live Expression view during the...

Aimen1 by ST Employee
  • 1548 Views
  • 0 replies
  • 1 kudos

STM32CubeCLT 1.21.0 released

We are pleased to announce that STM32CubeCLT 1.21.0 release is available. What is new in 1.21.0: Maintenance of the previous version: Updated in accordance with STM32CubeIDE v2.1.0Update of Clang/LLVM toolchainUpdate of GCC to GCC 14Update of STM32Cu...

Aimen1 by ST Employee
  • 587 Views
  • 0 replies
  • 0 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...

Messed-up source path

Hello Community!In my current project with the NUCLEO-H7S3L8, I am encountering some problems that seem a bit confusing and strange. As a starting point i used this Template from Github, which was the only way i didn't receive an error during program...

R_Zip_1-1730115473737.png R_Zip_0-1730115408890.png
R_Zip by Associate
  • 904 Views
  • 0 replies
  • 0 kudos

Resolved! Unable to select PB6 for I2C1_SCL on STM32F103C8

Hi,Trying to use I2C1 with REMAP=0 and as long as understand the SCL and SDA pins are PB6 and PB6. Along with I2C I am using some other peripherals as well. I am unable to select PB6 for I2C SCL PIN. Please see attached screenshot. Not sure why it wo...

technofection_0-1729854964045.png

EEPROM content not loaded when debugging

Rather than resurrecting this thread, that never got a decent reply anyway, I will start a new one. I'm working on a design with an STM32L072, where I use the internal EEPROM to store about two dozen parameters. These parameters are all initialised i...

RobK1 by Senior II
  • 2693 Views
  • 5 replies
  • 2 kudos

Live Expressions modification hangs debugger

Hello all,Whenever I try to update a Live Expressions value while the program is running, the debugger hangs (no update, no way to pause the execution).If I pause then update, it works (but of course this is no more a "Live" update).I use JLink. Any ...