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
  • 476 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
  • 6451 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...

Update STM32CubeIde to version 1.4.2 offline

Hello,I have STM32CubeIde installed, on 2 PC, one with internet, the other not.Today, I just update my Ide to version 1.4.2 within the IDE. But I could not found this version to download to install it on my offline PC. Only version found on STM32Cube...

ANauz.1 by Senior II
  • 2380 Views
  • 9 replies
  • 0 kudos

STM32F746GDISCO, STM32CubeIDE, Warnrings

I have such a warning. Why?Invalid project path: Include path not found (C:\Users\48502\STM32CubeIDE\workspace_1.4.0\start\FATFS\App).   start      pathentry   Path Entry ProblemAndrzej

AD�?b by Senior
  • 1356 Views
  • 5 replies
  • 0 kudos

What is the best way to enable Debug messages for USB Host?

After selecting the USBH_DEBUG_LEVEL option with a value of 3 (Middleware > Parameter Settings > USBH_DEBUG_LEVEL) and adding these subroutines below (BEGIN 4 / END 4), the messages have not yet been displayed on the serial monitor. Only after adding...

by Not applicable
  • 708 Views
  • 0 replies
  • 0 kudos

My ADC working but not able to sent float value on UART. Only integer its working fine. But when I sent float value using sprintf function then it sent only zeros.

My code is below,uint16_t val;float voltage=0;while{    HAL_Delay(1000);         /* USER CODE END WHILE */           HAL_ADC_Start(&hadc);           HAL_ADC_PollForConversion(&hadc, 10);   val = HAL_ADC_GetValue(&hadc);  ...

STAR by Associate II
  • 2283 Views
  • 5 replies
  • 0 kudos

How to install CppUTest Test Runner to STM32CubeIDE?

Hello,​I could not install CppUTest Test Runner to STM32CubeIDE.After the following steps, "CppUTest Test Runner" does not appear in C/C++ Unit Test -> C/C++ Testing -> Test Runner.​https://github.com/tcmak/CppUTestEclipseJunoTestRunner​The steps wor...

Yuk117 by Associate III
  • 1267 Views
  • 1 replies
  • 1 kudos

What is the best way to back up a STM32CubeIDE project?

I usually copy the project folder from the workspace, delete the files from the Debug and Release folder, and compact in zip format.I noticed that the project cleanup function does not clean both Debug and Release folders at the same time.And I also ...

by Not applicable
  • 2604 Views
  • 2 replies
  • 0 kudos