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

We are pleased to announce that STM32CubeIDE 2.0.0 release is available. STM32CubeIDE is now independent from STM32CubeMX. With this release, device configuration, previously handled within STM32CubeIDE via STM32CubeMX, is now exclusively available t...

Aimen1 by ST Employee
  • 2223 Views
  • 0 replies
  • 3 kudos

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

Resolved! Login to st.com website fails

I want to download STM32CubeIDE debian version to my laptop. When I click Get Software-->Accept-->Login/Register I get the error " SORRY, PAGE NOT FOUND " . You can see the details at the picture I attached

0693W00000NrUleQAF.png

Post-generation hook in STM32CubeIDE

In our workflow around the code generation and building firmware using STM32CubeIDE, we have certain manual steps after code generation.Is there a place to hook in a script to be run after code generation completes? Similar to the "Build Steps" which...

JKut by Associate II
  • 1655 Views
  • 6 replies
  • 0 kudos

Issue with HAL_Init, my board, or my code?

Hello! I'm using an STM32L4R5ZI board and was running some low power code to put the board in Standby and the board was getting stuck in the clock init section. I would restart the board, it would run HAL_Init (where I assume it would reset the sta...

JayDev by Senior II
  • 2490 Views
  • 4 replies
  • 0 kudos

Task failed while connect to the server..

I am working on STM32h753zi board i have one main task with the size of 3K inside that i was calling 6 tasks.Task 1 - 5K Normal priorityTask 2 - 1K Normal priorityTask 3 - 2K Normal priorityTask 4 - 2K Normal priorityTask 5 - 1K Normal priorityTask 6...

AFaya.1 by Associate III
  • 745 Views
  • 1 replies
  • 0 kudos

STM32CubeIDE Code Proposals not working

Hello everybody,I just recently installed CubeIDE on my Mac and Windows systems. On both Code Proposals for thinks like HAL functions or user defined functions does not work. Do you know if there's a chance to change that? I already activated all kin...

HReet by Associate
  • 2647 Views
  • 2 replies
  • 1 kudos

Resolved! STM32 freezes when UART ringbuffer user bigger buffer

Hello!I'm receiving data by UART in a ring buffer. When my buffers are lower than 256 it works, but when higher, it get stuck in the first for loop of my code.This is my ring buffer.void HAL_UARTEx_RxEventCallback(UART_HandleTypeDef *huart, uint16_t ...

SGonz.2 by Associate II
  • 1073 Views
  • 2 replies
  • 0 kudos