STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

Resolved! [SMT32CubeIDE] v1.70 Cannot create a new project

I have downloaded the latest version of the STM32CubeIDE.Version: 1.7.0 Build: 10852_20210715_0634 (UTC)Integrated STM32CubeMX version: STM32CubeMX - STM32 Device Configuration Tool Version: 6.3.0-RC5 Build: 20210714-1111 (UTC) Copyright (c) 2021 STM...

0693W00000D2VJUQA3.png
NandanV by Associate III
  • 935 Views
  • 8 replies
  • 1 kudos

assertion "REENT malloc succeeded" failed

After upgrading CubeIDE from 1.3.0 to 1.6.1 and CubeMx from 5.6.1 to ​6.2.1. I got this error:assertion "REENT malloc succeeded" failed: file "/build/gnu-tools-for-stm32_9-2020-q2-update.20201001-1621/src/newlib/newlib/libc/time/lcltime.c", line 50MC...

JLee.32 by Associate III
  • 1460 Views
  • 6 replies
  • 0 kudos

Resolved! How to update STM32CubeIDE on Linux?

If I open "Help > Check for Updates", I encounter an "Insufficient access privileges to apply this update" error.I installed by following this guide:https://www.st.com/resource/en/user_manual/dm00603964-stm32cubeide-installation-guide-stmicroelectron...

0693W000002lil8QAA.png
Miles1 by Associate III
  • 3220 Views
  • 8 replies
  • 1 kudos

Break at address "0x429a683a" with stm32f469zi

Hi I'm trying to program a custom board with an stm32f469zi. Whenever I try to enter HAL_Init() at the very beginning of the code, I keep getting this error while trying to go through debugging:Break at address "0x429a683a" with no debug information ...

GMart.5 by Associate II
  • 959 Views
  • 9 replies
  • 0 kudos

STM32CubeIDE Line Numbers Glitching

Hi,I am not sure if this is the right forum category to post this to, but I have noticed CubeIDE keeps messing up the line numbers, and this has quite often usually when I use CMD+F to find something or when I fold/unfold a function... And the only w...

0693W00000D26HsQAJ.png
Adsehgal by Associate
  • 306 Views
  • 2 replies
  • 0 kudos

stm32 freertos debug

I am using NUCLEO-H743ZI2 with freeRTOS CMSIS V2. I would like to view freertos task list. I followed the instruction in UM2609, I did all of the modification, but I still can't trace freertos task list. When I start program, FreeRTOS task list is ...