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

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

Resolved! Excessive resource usage

Hi, I am attaching a simple .ioc configuration file with which I generated a new project using stm32 cubeide which when compiled generates a footprint of about 12kB.Frankly, it seems excessive to me, to the point of making this platform unusable for ...

I am trying to discover things about the IDE, but there is a problem. The IDE's information centre isn't working. Clicking on the blue I, information gives me the following error:

/...../workspace/.metadata/.plugins/com.st.stm32cube.ide.mcu.informationcenter/tech-doc.html: No such file or directory, on a linux OS. But I can find it manually! The file links in that document point to non existent directory in the path. The pat...

petereiso by Associate II
  • 1336 Views
  • 5 replies
  • 0 kudos

Generate code guarded by #if DEBUG

Can I have CubeIDE generate GPIO initialization that will be guarded by #if DEBUG?On my board there are LEDs that are connected to pins which are also used for debugger connection. I want cube IDE to initialize those pins as outputs only if I set the...

TMark.14 by Associate III
  • 692 Views
  • 2 replies
  • 0 kudos

Error while debugging.

Hey guys I am facing this issue badly and I am not able to figure out the issue. Please let me know what could be the problem. I have shared the error belowError in final launch sequence:Failed to execute MI command:target remote localhost:61234Error...

NBhar.1 by Associate II
  • 2307 Views
  • 3 replies
  • 2 kudos

Project with EEPROM emulator stuck when handling an interrupt

Hi all,I'm need to remember a motorspeed on a custom board with an stm32g431KBT microcontroller.So I downloaded this package https://www.st.com/en/embedded-software/x-cube-eeprom.html and manage to compile the project.I carefully started with just th...

0693W00000DqWNwQAN.png 0693W00000DqWOuQAN.png
WSpar.1 by Associate III
  • 1325 Views
  • 4 replies
  • 0 kudos

printf on STM32L562-edk using stm32cubeide IDE

Hi,I have used STM32L562-edk for my project. So, I have used stm32cubeide for software development and flashing the EVK. I have added printf for debugging my code. But I am not getting any debug message on SWV ITM window.Can someone will help me to d...

Neel by Associate III
  • 1523 Views
  • 3 replies
  • 1 kudos

Resolved! SDIO eMMC access failed in SDIO_CK without division

Hello all.I use STM32F4 controller with eMMC external Flash.I use two IDEs:IAR version 8.30STM32CubeIDE version 5.2.0The access to eMMC external Flash succeeds while I use IAR IDE.The access to eMMC external Flash failed while I use STMCubeIDE with ...