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

We are pleased to announce that the release 1.19.0 of STM32CubeCLT is available. What is new in 1.19.0: Support for ST Arm Clang toolchainMaintenance of the previous versionUpdated in accordance with STM32CubeIDE v1.19.0 Main fixed issues in 1.19.0: ...

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

STM32L4S5VIT6 STOP2 Mode Wake-Up Issue in Release

Hello STM32 Community,I'm working with the STM32L4S5VIT6 microcontroller and implementing low power functionality using STOP2 mode. Setup Summary:I use a GPIO button (external interrupt) to enter STOP2 mode on the first press.On the second press, I a...

Gohil by Associate II
  • 263 Views
  • 1 replies
  • 0 kudos

Input capture frequency overflow handle

Good afternoon community,I am trying to capture the frequency which is given by wave-form generator and i am able to capture that,But issue is i am not able to capture when it is face the underflow condition and it will not working properly.please su...

MG1 by Associate II
  • 1988 Views
  • 5 replies
  • 0 kudos

STM32G473 Debugger bug

Hello,i have a project created with STM32Cube IDE Version 1.18.1 for the STM32G473CCU micro-controller with 256k flash. My binary file is 180k length and the debugger launched from STM32Cube fails to program the flash because it enables the dual bank...

Leo4 by Associate II
  • 176 Views
  • 0 replies
  • 0 kudos

function macro usage issues in stm32cubeIDE

Hello,        I have some issues with function macros usage in my stm32cubeIDE project after importing some generated code in cubeIMX.      This issues come on the back of my work related to this topic : is there any sample for X-NUCLEO-NFC08A1 to be...

Copilot integration with CubeIDE 1.18

STM IDE 1.18.From Marketplace I select copilot 0.6.0.Installation fails, missing dependecies.On Eclipse Embedded 2025-06 works perfectly.Do I have to migrate my projects to Eclipse Embedded?Best Regards 

FMarr.2 by Associate III
  • 563 Views
  • 2 replies
  • 0 kudos

Resolved! STLinkUpgrade utility text is too small to read

The font size used for the GUI in the STLinkUpgrade utility so small it is virtually unreadable on the external 32" 4K monitor that I use with my laptop. The following shows the text size relative to code within the IDE:It's possible that this is as ...

CTapp1_0-1748251211537.png CTapp1_1-1748251544211.png
CTapp.1 by Senior III
  • 240 Views
  • 3 replies
  • 0 kudos

Resolved! STM32CubeIDE 1.17.0 unable to programm STM32H730

Ther seems to be a problem in the STM32CubeIDE versione 1.17.0 when debugging / programming the STM32H730 chip.The Programmer returns: ST-LINK SN : 002800045553500F20393256 ST-LINK FW : V3J15M7B5S1 Board : STLINK-V3SET Voltage : 3.28V Err...

MHoll.2 by Senior III
  • 727 Views
  • 4 replies
  • 0 kudos

Resolved! STM32H563: BANK SWAP

I am using NUCLEO-H563ZI and am trying to implement bank swap for firmware update. I am using YMODEM to update firmware. Initially when my code is being executed from BANK 1 and after writing the new firmware at BANK 2. The code execution starts from...