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

Unable to switch to g++ linker.

Hello.We need to use g++ linker in our project.But after setting g++ linker in Project->Properties->C/C++Build->Settings->MCU G++ Linker to g++ again ld.exe is invoked.Would you please advice.Thank you.

STM32H7S3L8 error when uploading code

Hi, I'm trying to upload a blank code generated by the ioc file on STM32H7S3L8 and I'm getting this error: "Break at address "0x800efb8" with no debug information available, or outside of program code." How can this error be fixed?

Proposal for Cube* code generation

Two small & easy to do improvement proposals for code generation in CubeMX & IDE:1. In the message about missing Cube firmware please include after "necessary firmware package" the exact package name with version, to avoid misunderstanding.2. If opti...

Pavel A. by Super User
  • 897 Views
  • 1 replies
  • 1 kudos

Resolved! Linter for CubeIDE

Hi,are there some plugins, extensions of free linters that can be used with CubeIDE?If not, what are the best solutions?Thank you

Ricko by Senior III
  • 791 Views
  • 1 replies
  • 1 kudos

Rx buffer is evaluating

I am new to STM IDE.I am using STM32 Cubemx with SIMCOM 7600C1. The code is in attachment.I dont know what is happening but throwing following error:Multiple errors reported. 1) Failed to execute MI command:-var-create - * rx_bufferError message from...

sid19 by Associate
  • 649 Views
  • 1 replies
  • 0 kudos

Macro for different DMA types

I am making an application using the STM32 drivers. Currently, I am using the following macro defined in the 'Device' drivers to distinguish the chip families: /** * @brief STM32 Family */ #if !defined (STM32F4) #define STM32F4 #endif /* STM32F4...

AShetty by Associate II
  • 624 Views
  • 2 replies
  • 0 kudos