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

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

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

Regarding OCTOSPI

Hello I am using STM32H723ZGT6 mcu for my project and i am using external flash W25Q128JV but in my controller octospi is given and I want to use Quadspi to read\write data in external flash so how can I do it can anyone help me out if you need more ...

Aries16 by Associate II
  • 208 Views
  • 3 replies
  • 0 kudos

Resolved! CubeIDE 1.18 cannot detect ST-Link anymore

Hi,starting with Update 1.18  (update from 1.17) sth. broke and i cannot debug anymore.I tried a nucleo Board with integrated St-Link and an ST-Link V3. All Screenshots were done with the v3 St-LinkI reinstalled CubeIDE already from the complete down...

funky_0-1742308417257.png funky_1-1742308536498.png funky_2-1742308587232.png
funky by Associate III
  • 1368 Views
  • 22 replies
  • 1 kudos

STM32CubeIDE opens random files after Run and Debug

Hello. I just started using STM32CubeIDE.It helps a lot in terms of pin configuration and code writing. But every time I "Run" or "Debug" a bunch of random files open.(For example: stm32f4xx_hal_ms.c, task.c, syscalls.c etc.) Aside from slowing down ...

Linker issue with GNU Tools 13.3

Hi there,With STM32CubeIDE v. 1.18.0 there comes new GNU tool ver. 13.3My linker script defines between others: RAM_D3 (xrw) : ORIGIN = 0x38000000, LENGTH = 64K  This area is used explicitely for BDMA  /* RAM D3 f...

DrDro by Associate III
  • 480 Views
  • 5 replies
  • 1 kudos

Resolved! View Memory allocation as a GUI

Hello Experts,Is it possible to view the memory allocation in a nice GUI format, something like this: (see image)The image is an example of what i am looking for (from code composer studio IDE).Basically it autoloads the data from .map file and displ...

ak52_0-1746351727028.png
ak52 by Associate III
  • 191 Views
  • 2 replies
  • 1 kudos

STM32CubeIDE Problems after update

I am having 2 major issues after upgrading STM32CubeIDE. 1) I get 2 error messages about segments having RWX permissions. ld.exe: warning: QCMA00-1_0_0.elf has a LOAD segment with RWX permissionsI saw the release notes about changing the .preinit_arr...