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

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

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
  • 1223 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
  • 1824 Views
  • 4 replies
  • 2 kudos

Choose different builds for "Run" and "Debug" button

Currently the behaviour of CubeIDE is to always choose the same build configuration for the Run and Debug button.Is there a way to have the two seperated? Most of the time I want to flash the Debug build for debugging and the Release build with stron...

A.D. by Associate III
  • 1089 Views
  • 2 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
  • 694 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
  • 2076 Views
  • 7 replies
  • 4 kudos