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
  • 500 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
  • 6766 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...

Resolved! Using STM32CubeIDE with ARM MDK builds

Hello, I created a Makefile Project in STM32CubeIDE which uses ARM MDK Toolchain. I would like to know if it is somehow possible to use STM32CubeIDE for debugging in conjunction with ARM MDK?As in uVision IDE from ARM doesn't support to load more tha...

LBöhm.1 by Associate III
  • 1496 Views
  • 4 replies
  • 0 kudos

ERROR: Couldn't parse external memory loader

Hi everyones,I have a little (but big) problem with customized external loader.The compiler report this error: " ERROR: Couldn't parse external memory loader"Stm32 Cubeprogrammer instead, tell me everything is OK.I tried to download a simple file ins...

0693W00000D0o2sQAB.jpg 0693W00000D0o37QAB.jpg 0693W00000D0o3lQAB.jpg 0693W00000D0o3gQAB.jpg
MPast.1 by Senior II
  • 1995 Views
  • 4 replies
  • 0 kudos

ADC Oversampling issue with STM32G474RE

Hi all,I am currently trying to implement ADC Oversampling so I can get 16-bit resolution of ADC result rather than 12-bit.the dual simultaneous mode is used for ADC, ADC1 and ADC2 conversion, and the following is my STM32CubeIDE Setup: ADC1 Ch 6 and...

0693W00000JOXafQAH.png 0693W00000JOXjDQAX.png
IJo.1 by Associate III
  • 9729 Views
  • 7 replies
  • 0 kudos

Resolved! I have an error of "multiple definition of `ProcessChar' I have the function ProcessChar() in two source files. There are no header files or prototypes that should make these functions global.

This is a project created with STM32CubeMX and then coding in the STM32CubeIDE environment.The error is in the linking process, but wondering why the linker should believe this function is defined twice by default. I had reason to believe these shoul...

Mike xx by Associate III
  • 2020 Views
  • 4 replies
  • 0 kudos

Resolved! How to link library (.c and .h file) in CubeIDE?

Hello, I'm new in STM32CubeIDE.I want to create my library to use in my C/C++ project.My library includes 2 files (.c and .h) but I don't know how to linking them in CubeIDE.Anyone can help me? Many thanks,Hieu