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

Audio file Input for DSP on STM32f4

Hello Everyone,I am working on a project involving digital signal processing (DSP) using the STM32f401 microcontroller. My goal is to integrate external audio, specifically audio recorded in '.wav' format, into my program. I've successfully incorpora...

tomstom_ by Associate
  • 991 Views
  • 2 replies
  • 0 kudos

Source File

Hello,After after installing version Version: 1.13.1 (I have before the 1.8.0). I can open my Projet and compile with no errors. But when I'm in Debug mode I can't see my code but I have this message : What does that mean ? The source file I can see ...

DYann1_0-1697647776539.png DYann1_1-1697647975585.png
DYann.1 by Senior II
  • 3752 Views
  • 17 replies
  • 0 kudos

code from Arduino to STM32CubeIDE

Hello everyone, I'm new in STM32CubeIDE, and I work on I2C issues. I've wrote the below code in Arduino, but I can't set the some codes for STM32CubeIDE.How I can adjust the below codes for STM32CubeIDE?Thanks in advance. Codes:#define REGMAP_ORG 0x0...

hdhdhd by Associate II
  • 1206 Views
  • 3 replies
  • 2 kudos

STM32wl series: Wakeup call with rtc

Hi.I'm implementing a wakeup call using the STM32WLxx series and an RTC. However, when I use this, the device enters standby mode but upon wakeup, the code completely resets and runs from the beginning. It seems like the main function is running with...

Mahe11 by Associate II
  • 1761 Views
  • 7 replies
  • 0 kudos

STM32Cube IDE Examples NUCLEO-F103RB

Hi,I would like to try your NUCLEO-F103RB board. But when I launch STM32Cube IDE, then file -> import -> Import STM32Cube Example in Exemple Selector-> Board : NUCLEO-F103RB. Examples list = 0 item (No Match). Did you know why ? and how I can import ...

ELECL.2 by Associate II
  • 1040 Views
  • 1 replies
  • 0 kudos

STM32H730VBT6 write user settings in FLASH

I couldn’t figure out how to write a simple code to write some bytes at the end of the Flash on my STM32H7. I don’t need much bytes, only one uint32_t.I tried using HAL_FLASH_Program by unlocking the flash first but couldn’t make it work..Any help? 

Baxtouxe by Associate II
  • 4397 Views
  • 17 replies
  • 0 kudos

Resolved! No ST-Link detected - Only in CubeIDE 1.13.2

Hi,I'm getting an error "No ST-Link detected" with the CubeIDE 1.13.2. I can detect the programmer in the device manager:And I can connect and program the board (Nucleo L452RE-P) using the STM32CubeProgrammer. I have recently updated from CubeIDE v1....

jvieira88_0-1697644729981.png jvieira88_1-1697644893955.png
jvieira88 by Associate II
  • 5504 Views
  • 4 replies
  • 1 kudos

STM32CubeIDE crashing on startup Ubuntu

After having a problem with the generic Linux installation I uninstalled STM32CubeIDE and instead installed the Debian version. It loads up but when I click on File>New STM32 Project it says STM32 target or STM32CubeIDE example selection is required....

Dabbo by Associate III
  • 682 Views
  • 1 replies
  • 0 kudos

How to build STM32CubeIDE project using CMake?

I have a `cmake` directory in my project. It contains 2 generated files: `gcc-arm-none-eabi.cmake` and `st-project.cmake`. I think they were generated with the new Visual Studio CMake support for STM32CubeIDE feature, but I'm not sure.I tried to ente...

HTD by Senior III
  • 2906 Views
  • 2 replies
  • 0 kudos