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

All of my ST-LINKs stopped working in CubeIDE today.

It's the strangest, most frustrating thing I've encountered.  I have three ST-LINK programmers; two /V2 and one /V3.  All have been working fine for a good long time.Today, CubeIDE won't program my device anymore, through any of the three programmers...

Brian H by Senior
  • 2494 Views
  • 8 replies
  • 2 kudos

i2c

Hi,I now implementing i2c with 2 stm board.The process is 1. Master transmit data 2. Slave receive and calculate some functions.3. Slave transmit that changed data4. Master receive it.with HAL_I2C functions.  I measure the SDA line with logic analyze...

eunni_0-1713786857592.png
eunni by Associate III
  • 1422 Views
  • 4 replies
  • 0 kudos

Resolved! I cant see the trace in STM32

Hi,I would like to trace the variable through SWV data trace, trace log and also I want to get the data to plot via SWV Data Trace Timeline Graph. Eventhough when I make the required setup as below, I cant get the expected trace data, could you pls h...

demir_0-1713787855700.png demir_1-1713787912785.png demir_2-1713787994328.png demir_4-1713788015111.png
demir by Senior II
  • 2664 Views
  • 4 replies
  • 1 kudos

PWM Generation to Blink the LED Periodicly

 I am trying LED to turn on periodicly using PWM signal but ı cannot see any blinking on LED. I think that my fault is easy but ı could not find it. I am using Port D Pin 2 to blink the LED.    #include <stm32g0xx_hal.h>#include "stm32g0xx_hal_tim.h"...

Resolved! I2C

Hi,What I want to implement is I2C communication.There is one master(NUCLEO-U575ZI-Q) and slave(LK432KC). Master transmit TX_Buffer_1 which is double 3.0and Slave recieve it in RX_Buffer_1. Slave doubled RX_Buffer_1 and transmit to master. I use memc...

eunni_0-1712835224726.png eunni_1-1712835313232.png eunni_2-1712835356896.png
eunni by Associate III
  • 1427 Views
  • 2 replies
  • 2 kudos

I2C example`

Hi,I want to implement I2C communication.1 master and 3 slave, which transmit and recieve in both direction. Is there any common example of it?plz recommand website or documentation to study. I ask GPT4 several times but I'm not sure :) Thank you.

eunni by Associate III
  • 1205 Views
  • 5 replies
  • 2 kudos

Resolved! Sudden Error

Hi,I am currently working on a project using an STM32U5 series microcontroller, and I have encountered a significant build issue with numerous errors related to the HAL driver.Attached picture is just some of error code. (First and the last page)It m...

eunni_0-1712310111126.png eunni_2-1712310264530.png
eunni by Associate III
  • 6350 Views
  • 20 replies
  • 1 kudos

Resolved! Join a font in a main.C

Hi everybody, After several attempts, I cannot correctly declare my variables in the files. I'm a little lost with file declarations to reach certain variables delcared elsewhereThis is why I decided to come and ask for help. I 'm actually work on a ...

JJoao.1 by Associate III
  • 2168 Views
  • 7 replies
  • 1 kudos