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! including stm32f1xx_hal.h to static c++ library doesn't work

Hi, I'm trying to import stm32f1xx_hal.h to my static c++ library to have access to the standard types and functions.It used to work when the project was still c, but after migration it doesn't recognize the types any more, even though it doesn't fai...

Ubus99 by Associate III
  • 2794 Views
  • 3 replies
  • 0 kudos

"Attempt to unlock mutex that was not locked"

I get the following error in terminal quite frequently which crashes the stm32cubeide. This usually happens when I am opening the ".ioc" file.Attempt to unlock mutex that was not lockedThis is my workspace folder if you are interested: https://github...

YEbne.1 by Associate
  • 1481 Views
  • 3 replies
  • 1 kudos

STM32 and cJSON problem?

Hi Guys,I run the following code in a STM32F4429ZI board (a project was generated with STMCube 6.3 and I´m using Cube IDE 1.7):// Create a json objectcJSON *info;info=cJSON_CreateObject();//adding datacJSON_AddStringToObject(info,"sex","male");cJSON_...

Hello- New to ST32 and the IDE, and re-learning C as well. I am trying to work an example using I2C for a 2 line by 16 digit LCD. When I compile (build) I get 4 errors, need to help if you would. 1st time poster....

error: 'for' loop initial declarations are only allowed in C99 or C11 mode 223 |  for(uint8_t i=0; i<offset;i++) error: 'for' loop initial declarations are only allowed in C99 or C11 mode 234 |  for(uint8_t i=0; i<offset;i++)error: 'for' loop initial...

SScot.3 by Associate II
  • 854 Views
  • 3 replies
  • 0 kudos

Filed to start GDB server

I am using two NUCLEO-H745ZI-Q board . I want two debug window at time.Because i want loopbacking of spi. One board is work as MASTER and another board is worked as SLAVE. Master file is open from STMcubeIDE 1.6.1 version and slave project file ope...

0693W00000D10gLQAR.png 0693W00000D10hdQAB.png 0693W00000D10hYQAR.png 0693W00000D10hTQAR.png
MDeva.1 by Associate II
  • 388 Views
  • 0 replies
  • 0 kudos