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
  • 547 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
  • 7513 Views
  • 0 replies
  • 4 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...

Resolved! Error updating to STM32CubeIde 1.10.0

When I attempts to update STM32CubeIde 1.9.0 to 1.10.0 I get the following errorsAn error occurred while collecting items to be installedsession context was:(profile=STM32CubeIDE, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=,...

0693W00000QKCwpQAH.jpg
RHerm.3 by Associate III
  • 5502 Views
  • 7 replies
  • 0 kudos

Resolved! Including path to linked files doesn't work as expected

I've created an STM32 Project, selected the NUCLEO-G431RB board and generated the code. I've added a source folder to the project (mu_platform) and LINKED some .c and .h files into that folder. I selected mu_platform folder and right-clicked "Add/r...

0693W00000QKVG9QAP.png 0693W00000QKVFzQAP.png

Resolved! Issue with version 1.9.0?

I updated from version 1.8.0 (compilation was ok) to version 1.9.0 where I get 2017 errors :-o.Apparently and issue with ld.exe..tools\arm-none-eabi\bin\ld.exe: SV-F777.elf section `.bss' will not fit in region `SRAM' Processor STM32F777VITxDo you ha...

Buffering in SWV ITM Data Console?

I have built a code using the STM32CubeIDE with only 1 taskvoid StartMyTask(void *argument){  /* USER CODE BEGIN 5 */  /* Infinite loop */   char c = 'A';  for(;;)  {   ITM_SendChar(c); //sends the char c to the PC debugging termi...

bjbfj by Associate II
  • 1689 Views
  • 2 replies
  • 0 kudos

What STM32 Project generation tools exist, that can create a project file that works with STM32 CUBE IDE? (I need to create 40 to 50 different ones)

I have read over: https://community.st.com/s/question/0D53W00000S6WiuSAF/stm32cubeide-cmake-integrationI want/need to be able to create a STM32 project external to the STM32Cube, I have about 40 to 50 small projects I have to create and these change ...

delli by Associate II
  • 1726 Views
  • 6 replies
  • 0 kudos

STM32CubeIDE: how to avoid losing Middleware code changes (USB)

Hello,I plan to modify the USB Audio Class for a project created in STM32CubeIDE and using the USB Middleware library. I select the peripherals I need in the Device Configuration Tool, plus the USB_DEVICe Audio class. then I generate the code.In all ...

fbar by Senior
  • 4129 Views
  • 11 replies
  • 0 kudos

ADC issue in STM32CubeIDE V1.10.0

 Hi I am facing issue in adc conversion result. MCU : STM32H750VBT6 ADC : 2CHANNEL : 14 (PA2) 1) 0V ADC give 32767 result count after conversion complete 2) 3V ADC give 65535 result count after conversion complete 3) with floating pin getting full ...

0693W00000QKGmFQAX.png
AMakw.1 by Associate
  • 483 Views
  • 0 replies
  • 0 kudos