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

We are pleased to announce that STM32CubeCLT 1.20.0 release is available. What is new in 1.20.0: Maintenance of the previous version: Updated in accordance with STM32CubeIDE v2.0.0Update of Clang toolchain version 19.1.6Update of GCC 13.3.rel1Update ...

Aimen1 by ST Employee
  • 73 Views
  • 0 replies
  • 0 kudos

STM32CubeIDE 2.0.0 released

We are pleased to announce that STM32CubeIDE 2.0.0 release is available. STM32CubeIDE is now independent from STM32CubeMX. With this release, device configuration, previously handled within STM32CubeIDE via STM32CubeMX, is now exclusively available t...

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

Nucleo F746 - LwIP / TCP Server

I have managed to get LwIP working and my Nucleo can be pinged and discovered via IP scanner tool. I want to get TCP/IP server working and I saw there are some files called TCP inside LwIP Library I just can get my head around it. But I have used TCP...

KPovs.1 by Associate II
  • 1940 Views
  • 1 replies
  • 0 kudos

How to generate ELF file with relative paths

Hi,I have run into a problem I can't find a solution for. Basically, I want to have in the ELF file which is generated during the build process the relative paths to the source files. Currently absolute paths are put into it to the source files, so I...

AHes.1 by Associate
  • 1727 Views
  • 1 replies
  • 1 kudos

Resolved! STM32CubeIDE: HAL lib auto update?

Hello,maybe this might be of interest to many people using CubeIDE and HAL libraries.I've seen many threads here complaining that after a CubeIDE update HAL-related sources didn't work anymore.That didn't happen to me, mostly because I don't use many...

LCE by Principal II
  • 1696 Views
  • 2 replies
  • 0 kudos

SSD1306 on SPI

Hi all,Trying to setup SPI for ssd1306 in STM32CubeIDE based on the code from "afiskon" in Github.Problem is that I'm new to this processor and the IDE.Could someone please help me?I'm using the NUCLEO-F302R8 board and I have set up the following GPI...

0693W00000WLCfpQAH.png
JSven.2 by Associate II
  • 3631 Views
  • 3 replies
  • 0 kudos

Resolved! Latest Cube IDE (V1.11.0) is taking a different .elf file and showing wrong memory regions in build analyzer. I have renamed a project long ago and have been using the new named project without any problems. Recent update is now showing older elf file

and build analyzer is showing those memory regions. I did not have this problem before. The new project name is AC_2 which is changed from AC_1. Now under build analyzer I see AC_1.elf/AC_2/Debug -27th August -2022, 6:33:40 PM. When I expand the proj...