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 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! (Solved) STM32Cube IDE FreeRTOS Task Aware Debugging

Hi,I'm currently trying to configure FreeRTOS task aware debugging. It mostly seems to be working, however, I cannot get the Min Free Stack, Event Objects or State columns fully working on the Task List Tab. The image below displays the current state...

0693W00000D1EINQA3.png 0693W00000D1EJaQAN.png
BEvan.2 by Associate II
  • 5023 Views
  • 2 replies
  • 0 kudos

STM32IDE can't connect to Internet.

Hello everyone,I have had a problem with the STM32IDE software for over a week. When I want to create a new project, I am asked to download some files from the internet but the software can't connect to the internet to download them. I am using a Des...

0693W00000ANqX8QAL.png 0693W00000ANqWyQAL.png 0693W00000ANqXDQA1.png
DVouf.1 by Associate II
  • 2168 Views
  • 9 replies
  • 0 kudos

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
  • 2693 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
  • 1436 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
  • 810 Views
  • 3 replies
  • 0 kudos