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

STM32L010 - printf debug

Hello together, I developed a PCB with the STM32L010RBT6 on it and I would like to debug with printf. I connected the SWD Pins (3.3V, SWCLK, SWDIO, GND, NRST) to my Nucleo F446RE kit for SWD debugging. So far so good I can now debug in the CubeIDE bu...

Claus_CE by Associate II
  • 2296 Views
  • 4 replies
  • 1 kudos

Resolved! Reading data from lis3mdl magnetometer with NUCLEO-L412KB

I've been trying to read data from the OUT_X register of the LIS3MDL using a NUCLEO-L412KB, but I'm not getting any meaningful data output. When I move the device around, the output data doesn't change. I've connected CS to 3.3V and SDO to ground. Wh...

mvari by Associate II
  • 2727 Views
  • 4 replies
  • 0 kudos

Issue with ST VSCode STM32 extension.

Hello, I have been using the VSCode STM32 extension on my project for some time and it has been working well. Today, I was doing some major refactoring of some of the code, and this required deleting one of the files no longer required. Unfortunately...

SidPrice by Associate III
  • 2118 Views
  • 3 replies
  • 0 kudos

Resolved! Different optimization level and different assembly code

I have following code snippet, when I compile it with -O0 optimization level it gives below assembly code and I can observe value address on Expression window. But when I compile it with -O3 optimization level I couldn't observe address of value. Whe...

lre1_0-1705427650708.png lre1_3-1705427765575.png lre1_5-1705427949908.png lre1_4-1705427909358.png
lre.1 by Associate II
  • 1161 Views
  • 2 replies
  • 4 kudos

How to solve HardFault_Handler problem at debugging?

Hi Everyone,I am newbie in embedded software field, Just graduated from college.I am trying to connect a SD card and read&write data. I did same things to my STM32F429 but when I tried them on STM32F030C8, I am facing with Debug Current Instruction P...

volkan__0-1705416648469.png
volkan_ by Associate II
  • 2183 Views
  • 3 replies
  • 3 kudos

program Make not found in PATH

Hello Everyone, got an error when i build my project error :- Program "make" not found in PATHi cross check properties and i put the address where all makes are located.despite of doing this get the same error when build the project  

Screenshot (22).png