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
  • 221 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
  • 3669 Views
  • 0 replies
  • 3 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! stm32f407 ftp client

helloim using stm32f407vgt6 and cubeide without os.i configured ethernet using cubemx perfectly.now i need ftp client, i cant find proper resources for do this.thanks for your helps.

Resolved! Code generation - ADC3 prescaler

In the IDE GUI, when selecting asynchronous clock division for ADC3 on STM32H747XIH, the value generated in the code seems to be taken from ADC1, e.g.:ADC1 (divided by 4):ADC3 (divided by 6):generated code (shortened):/* ADC1 init function */ void MX...

heveskar_0-1713024808318.png heveskar_1-1713024842396.png heveskar_2-1713025453593.png heveskar_3-1713025453592.png

STM32CubeIDE hangs on close

STM32CubeIDE hangs on close, on macbook air mac os Big Sur CPU: Intel core i3. After forced closing, the next time you start STM32CubeIDE, it opens some strange interface that is different from the usual interface (I attach the screen), this problem ...

0693W00000Dn1PqQAJ.png
IAKHM.1 by Associate II
  • 1553 Views
  • 4 replies
  • 0 kudos

Resolved! Use SD Card/ FATFS

Good morning, I am looking to write data in csv format to my SD card with an SD shield. So I activate the SDMMC1 port and the FATFS driver for my SDMMC1 port, when I generate I then have 300 errors on my HAL header. Do you have any idea what the prob...

MickaelRacloz_1-1713253202127.png MickaelRacloz_2-1713253226959.png MickaelRacloz_3-1713253309413.png

Resolved! C++ compile multiple definition

Hi,I have a C project, it compiles perfectly.I changed the extension of main from main.c to main.cpp.I use the function "Convert to C++", I did "Clean project"but when I compile the project, I have a bulk of compiling error of this type:C:/myproject/...

IVent.1 by Senior
  • 3047 Views
  • 6 replies
  • 3 kudos

Resolved! Optionally adjust the clock of the ADC

Hi I'm KIM from south Korea. My MCU is "STM32H735ZGT6". I want to change the clock of ADC1 within the code.I set up the clock of ADC1 in CUBEMX Clock Configuration about 80Mhz, but I want the clock of ADC1 about 75Mhz. How can I change the clock? Tha...

giwonKIM by Associate III
  • 1164 Views
  • 4 replies
  • 1 kudos

STM32CubeIDE CMake with Ninja???

Does anyone know how to coax cube IDE into wanting to use ninja as the build tool with a CMake project?  I’ve been away from cube IDE for a while but the allure of CMake and advanced debugging has sucked me back in again. I’m on MacOS and ninja is av...

svcguy by Associate III
  • 1111 Views
  • 0 replies
  • 2 kudos

error: launching debug has encountered a problem

Hello, I am trying to run a st demonstration (MEMSMIC1)  on stcubeIDE but i am getting an error within the debug, saying that the .elf file has failed to launch. How do I fix this? I am just trying to run the example as it is, I havent changed anythi...

Screenshot (25).png