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
  • 1060 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
  • 466 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...

Code now fails to build after nothing has changed

I have been using the same project with the AI cube IDE (V 1.13) and AI (V8.1). When I now try to build the project I get the following errors:I've updated the AI to the newest version, but the error seems still here. The error also seems to be a cor...

KSOdin2_0-1690373736025.png
KSOdin2 by Associate III
  • 1569 Views
  • 1 replies
  • 1 kudos

Generating Bin File for Dual Application Bootloader

Greetings,I am creating a project with STM32CubeIDE for a STM32L4 microcontroller. My project consists of multiple components :Bootloader - Base program that jumps to one of my applicationsApplications - Application program for my projectPython Scrip...

A_Major by Associate II
  • 6583 Views
  • 9 replies
  • 0 kudos

Resolved! Not able to configure Pin for STM32L432KCU6

I have seen a lot of videos for pin configuration. The one thing I have noticed is that whenever they configured the pin the chipset would be highlighted (Fig.1) but as you can see in the image my pin UI (Fig.2) is not highlighted and I guess because...

JaiminDesai_1-1689848238647.png JaiminDesai_2-1689848286371.png

CubeIDE doesn't honor resource exclusion

Hi - I'm using the STM32CubeIDE v1.13.  Whenever I generate code from an .ioc then any resource exclusions I've made are removed/lost.  This was also true of v1.12 and previous versions.Is there a way to persist the resource exclusions across code ge...

MMill.6 by Associate
  • 1620 Views
  • 3 replies
  • 0 kudos

Resolved! Full Duplex SPI: Slave does not trigger callback function

I have a SPI Master to slave setup and for some reason whenever the slave receive the full buffer from Master, it does not go inside the callback function.This is my code from Master:const uint8_t TX_Buffer1[] = "Hi Slave, wake up!"; uint8_t RX_Buf...

Resolved! Send an array of integers over UART

I want to send an array of integers over UART in one go. I was able to do this using for loop as below.But I want to do it without for loop as it is taking time to send over UART. How to send the integer data over UART in one go?This is the data I wa...

AKhot1_0-1690178079538.png AKhot1_1-1690178406237.png
AKhot.1 by Senior
  • 11579 Views
  • 11 replies
  • 1 kudos

Resolved! Debugging

Hello,How can I activate SWV for debugging via ST-Link and SWD?

eljohrikm by Associate II
  • 1400 Views
  • 1 replies
  • 0 kudos