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

Reviving an old x-cube-usb-audio thread

Hello, I'm trying to include x-cube-usb-audio into an stm32cubeide project and saw that there was a topic opened on this: https://community.st.com/t5/other-solutions-mcu/are-there-any-guides-on-how-to-include-x-cube-usb-audio/m-p/144663However the ac...

micro by Associate
  • 600 Views
  • 1 replies
  • 0 kudos

Resolved! STM32G071.SVD file bug (minor)

Have found minor error with STM32G071.SVD file.When debugging EMR1 register is mapped to IMR1. Incorrect address offset in SVD file. May apply to other similar devices. Offset should read 0x84 EMR1, not 0x80Using STM32CubeIDE V1.13.0

SJame.1 by Associate II
  • 902 Views
  • 2 replies
  • 0 kudos

Callback on Timer Triggered

Hi,I've got a timer in One Pulse Mode, triggered by a pulse on a GPIO pin.Can I set it up to also get a callback in my application code when I receive that pulse? (i.e. when the timer starts)Is this even possible or do I need to wire the signal to an...

CN123 by Associate II
  • 1374 Views
  • 4 replies
  • 2 kudos

Resolved! I2C not working with MPU6050

HelloI've been trying to shift over to STM32CubeIDE from the Arduino IDE and I have written the code for MPU6050 in CubeIDE using the HAL Libraries. However when I Debug the code and observe the values, its clear that the connection isnt established ...

STMStudio dwarf error

Hi all,I could follow the values of the variables in the programs I wrote with STMCubeide with StmStudio. But with the latest 1.13.0 update, StmStudio has started giving an error. The error is like this; "Dwarf error: wrong version number in complati...

GGokc.1 by Associate
  • 4900 Views
  • 5 replies
  • 1 kudos

STM32CubeIDE 1.8 problem

I recently experienced a situation where my Middlewares folder got deleted when opening a project in STM32CubeIDE 1.8, has anyone experienced something similar?

3mmer by Associate
  • 723 Views
  • 1 replies
  • 1 kudos

How to convert a C project into C++ project?

Seems I cannot add cpp files to a sample project (NUCLEO-H723ZG HID_Standalone (USB_Host)) because the project is of C nature. How to convert it to C++, so the makefile and mk files are generated taking into account cpp files? I found https://communi...