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

We are pleased to announce that the minor version 2.1.1 of STM32CubeIDE is available. What is new in 2.1.1: This release covers the topics listed below: SEGGER J-Link GDB server updated to 9.24 to fix an issue with the Live Expression view during the...

Aimen1 by ST Employee
  • 1531 Views
  • 0 replies
  • 1 kudos

STM32CubeCLT 1.21.0 released

We are pleased to announce that STM32CubeCLT 1.21.0 release is available. What is new in 1.21.0: Maintenance of the previous version: Updated in accordance with STM32CubeIDE v2.1.0Update of Clang/LLVM toolchainUpdate of GCC to GCC 14Update of STM32Cu...

Aimen1 by ST Employee
  • 581 Views
  • 0 replies
  • 0 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! Downloaded code does not seem to run.

Hello Everyone,I am running CubeIDE on Windows 10. It installed easily and from the little that I know it runs ok.I have the official ST-Link interface for OTHER THAN the Nucleo board and I have upgraded the firmware in there to current release.I hav...

xst by Associate III
  • 3070 Views
  • 5 replies
  • 3 kudos

Resolved! Actual Include paths do not correspond to Include Paths in the settings

Hello, I am trying to add source files in my project, the folder is organized like this : - events :     |  - include :     |      |  - events :     |      |      |  - internal :     |      |      |      |  - Some header files [A]     |      |      |...

Toin_0-1722897384992.png
Toin by Associate II
  • 3518 Views
  • 4 replies
  • 2 kudos

Resolved! STM32 OV2640 DCMI

Hi,I would like to ask a question about STM32 OV2640 usage. My task is; take an output data from OV2640 and send to Computer via USART. When I communicate with UART, I took an output which shown in the figure. I did not is it true or wrong output but...

image.png

Resolved! X-NUCLEO-NFC08A1 bring up on NUCLEO-U575ZI-Q

I am fairly new to STM Cube IDE and the expansion packages.I wanted to bring up the X-NUCLEO-NFC08A1 on NUCLEO-U575ZI-Q with the examples and read through several user guides etc. including the STMicroelectronics.X-CUBE-NFC6_GettingStarted. The docum...

IdSTM_0-1721135721192.png
IdSTM by Associate
  • 1568 Views
  • 2 replies
  • 0 kudos

How to customize startup file?

I am a newbie in embedded programming. My idea is to build 3 applications with 3 separate project file. These 3 applications will work together in 1 CPU as shown in the image below:To jump from App to another APP, I do the same way bootloader jumps t...

trieunguyen_0-1722178081604.png

Interfacing STM32H7 with uSD using SDMMC

I referred a youtube video   https://www.youtube.com/watch?v=I9KDN1o6924So i followed the steps /* USER CODE BEGIN 2 */ if(f_mount(&SDFatFS, (TCHAR const*)SDPath, 0) != FR_OK) {  Error_Handler();}   else {      if(f_mkfs((TCHAR const*)SDPath, FM_ANY,...

DeepakY by Associate II
  • 5866 Views
  • 7 replies
  • 4 kudos

Cant print on SWV ITM Data Console

I am trying to Debug with SWO and SWV in STM32CubeIDE. But i am not getting any thing on SWV ITM Data console and Timline Graph. As you can see in live expression window count is incrementing as expected. My clock is running on 24Mhz.

0693W00000BapnPQAR.jpg 0693W00000BapnFQAR.jpg 0693W00000Bapn5QAB.jpg
asim khan by Associate III
  • 10846 Views
  • 7 replies
  • 1 kudos

Resolved! How to setup a version control system

With STM32CubeIDE on Windows 11 PC, how to setup a local (not storing on Github) version control system?How Version Control System works?  How often it freeze and save files/state of a project?  Does it restore to (a) hit 'commit' key  (b) nth compil...

David_ by Senior
  • 2745 Views
  • 1 replies
  • 2 kudos