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

Resolved! Please help with porting this arduino library. I have to use HAL_I2C_Master_Transmit and HAL_I2C_Master_Receive to write to an i2c and I have no clue how to do.

I have this functions to work with:void write8(uint8_t reg, uint32_t value)read8(uint8_t reg)I am a newbie when it comes to c programming and have little knowledge when it comes to registers and how to write and read them. Right now the functions loo...

NJali.1 by Associate II
  • 1180 Views
  • 4 replies
  • 0 kudos

Ceedling test framework fails to compile mock HAL libraries when working with unit tests. I was wondering if there are any additional configurations to the project to make this work. I have attached the test file and the terminal output to this question.

I am trying to set up an embedded test framework in STM32 Cube IDE. Ceedling framework works properly when there is no dependency on external libraries. However, when trying to mock any HAL library the compilation process fails. Thank you

JVarg.3 by Associate
  • 1343 Views
  • 1 replies
  • 0 kudos

STM32H743ZI memory organization

Hello,I'm using STM32H743ZI and i noticed that STM32CubeIDE is generating a linker file with the following memory partitions:MEMORY{ FLASH (rx)  : ORIGIN = 0x08000000, LENGTH = 2048K RAM (xrw)  : ORIGIN = 0x20000000, LENGTH = 128K RAM_D1 (xrw) : ORIG...

MFawzy by Associate II
  • 1878 Views
  • 5 replies
  • 0 kudos

Resolved! DEBUG problem on LIVE EXPRESSION

Hi all,I'am new user on the site and I need help for an error I did not find on internet.I use STM32CUBEIDE 1.8.0When debugging, if I read LIVE EXPRESSION I have the following windows, alse on SFR windows :The other windows works perfectlyI try to re...

0693W00000KaHmsQAF.jpg 0693W00000KaHnWQAV.jpg
PSpee.2 by Associate
  • 1122 Views
  • 2 replies
  • 0 kudos

decompressing a file from zlib library

Hi all,I have a small test project setup in STM32CubeIDE where an sd-card is interfaced with stm32h743 MCU. The program uses zlib library where it compresses the file from 3.2MB to 26KB. That's good but I cannot find a way to decompress this file on ...

Zahme.2 by Associate II
  • 4496 Views
  • 3 replies
  • 0 kudos