STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

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
  • 4132 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
  • 1462 Views
  • 9 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
  • 1016 Views
  • 3 replies
  • 1 kudos

STM32CubeIDE can't find DSP static library

HiiI have a problem when I add ARM DSP library, the following error appears:c:\st\stm32cubeide_1.0.0\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.7-2018-q2-update.win32_1.0.0.201904181610\tools\arm-none-eabi\bin\ld....

0693W000000V6PiQAK.jpg 0693W000000V6PYQA0.jpg 0693W000000V6PTQA0.jpg 0693W000000V6POQA0.jpg

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
  • 595 Views
  • 3 replies
  • 0 kudos