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

We are pleased to announce that STM32CubeCLT 1.21.0 release is available. What is new in 1.21.0: Maintenance of the previous version: Updated in accordance with STM32CubeIDE v2.1.0Update of Clang/LLVM toolchainUpdate of GCC to GCC 14Update of STM32Cu...

Aimen1 by ST Employee
  • 101 Views
  • 0 replies
  • 0 kudos

STM32CubeIDE 2.1.0 released

We are pleased to announce that STM32CubeIDE 2.1.0 release is available. What is new in 2.1.0: Added support of STM32C5 seriesAdded support of new microcontrollers across the STM32WBA, STM32WL, STM32H5, STM32U3 and STM32F7 seriesAdded support of new ...

Aimen1 by ST Employee
  • 705 Views
  • 0 replies
  • 1 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! 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
  • 1981 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
  • 1841 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
  • 8799 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
  • 3084 Views
  • 7 replies
  • 1 kudos

Resolved! Is STM32CubeIDE having a deliver end date?

Hi STM Team,we heard at the embeddedWorld 2024 that ST would focus more on a development enviromend integration to VSCode for STM32 microcontrollers. How is that planned and what is the timeline for that? Is STM32CubeIDE going to be stopped then? bes...

PScal by Associate III
  • 1734 Views
  • 1 replies
  • 3 kudos

Resolved! Undefined reference to a function

I am learning stm32f407ve, And I am facing problem in building the project.GPIO_Init( ) and GPIO_ReadFromInputPin( ) both functions are defined in the same files and declared in same files but when i build the project . I get Error for GPIO_ReadFromI...

jarvis402_0-1713600458162.png jarvis402_1-1713600667076.png