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

Resolved! Skip buildsteps during headless build

Hi, i create a pipeline to compile a cubeide project with the cubeide in a docker container. on azure.the docker container is linux based as i found no solution to do a headless cubeide installation on windows(or is there a way?)in my project setting...

funky by Associate III
  • 1728 Views
  • 5 replies
  • 2 kudos

warning [libusb_exit] device 2.1 still referenced

after starting a debug its directly going to hardfault handleractually here there 2 boards1)stm32l476vgt6 (using jtag to load code in stm32h74zit6)2)stm32h74zit6facing this warninglibusb: warning [libusb_exit] device 2.1 still referencedlibusb: warni...

Screenshot from 2024-06-10 17-29-21.png Screenshot from 2024-06-10 17-29-25.png

Cannot create a new STM32 project on cube IDE

I am trying to create a new STM32 project on cube IDE, after I selected with STM32 project and clicked Next. The application not response.And when I double clicked the STM32 Project button, the error shown as below.Any idea?My computer is windows OS ...

WayWei_0-1717678797584.png WayWei_1-1717678805531.png
-WayWei- by Associate
  • 990 Views
  • 3 replies
  • 0 kudos

Project Explorer - How to lock

Hi, I have used 2-3 versions of STM32Cubeide and 1 thing that is driving me crazy right now is the project explorer is never consistent, sometimes it's visible sometimes it isn't, sometimes the projects disappear completely, sometimes project explore...

PLee.3 by Associate III
  • 1085 Views
  • 2 replies
  • 1 kudos

Resolved! Why cannot properly see opcodes on memory browser ?

I can see the addresses when I hover over them, but I can't see the opcodes. Is there a setting to fix this or is it broken?  Starting server with the following options:Persistent Mode : DisabledLogging Level : 1Listen Port Number : 61234Status Refre...

Untitled.png

Resolved! LED Blink - STM32F429I-DISCOVERY TIM1

could somebody please help me with this: i am a beginner ,i have done the clock configuration and Timer configuration  for delay and also the GPIO configuration: the LED does blink but instead of 1s it takes like 4s , i have done a lot of research to...