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

STM32CubeCLT 1.20.0 released

We are pleased to announce that STM32CubeCLT 1.20.0 release is available. What is new in 1.20.0: Maintenance of the previous version: Updated in accordance with STM32CubeIDE v2.0.0Update of Clang toolchain version 19.1.6Update of GCC 13.3.rel1Update ...

Aimen1 by ST Employee
  • 314 Views
  • 0 replies
  • 0 kudos

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
  • 4683 Views
  • 0 replies
  • 4 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...

STM32CubeIDE v1.5.1 upgrade issues?

Just upgraded my STM32CubeIde v1.3.1 (IIRC) to v1.5.1 from within the IDE using the "Help", "check for updates" option. Updated without issue, I can load and compile my projects but the debugger won't run with a 'null pointer exception' error. If I b...

TJM by Senior
  • 857 Views
  • 4 replies
  • 0 kudos

Resolved! HAL_UART_Transmit_IT blocks until end of transmission

I am using STM32CubeIDE + STM32F103C8T6 MCU with USART1. I am transmitting data by calling this function:HAL_StatusTypeDef HAL_UART_Transmit_IT(UART_HandleTypeDef * huart, uint8_t * pData, uint16_t Size)The function is generated by CubeIDE. It turns ...

BBB.1 by Associate II
  • 5680 Views
  • 6 replies
  • 0 kudos

STM32CubeIDE Updating Error to 1.5.1 Version

Hello Everyone,I have tried to update my cubeIDE from 1.5.0 to 1.5.1 on update tool but every time when try I get error. Details of error is in the picture. Any idea what's going on? How can I fix that?Have a nice day. 

0693W000006I7k1QAC.png

Resolved! Error including the CMSIS include files in the STM32CubeIDE

Hi allI am having difficulties adding the CMSIS include libraries in the cube IDE, when I attempt to build the project I am getting error messages about files that are already included in the "path and symbols" -> "includes directory". For example th...

0693W000006I5HMQA0.jpg 0693W000006I5HqQAK.jpg
PPoob.1 by Associate III
  • 3850 Views
  • 5 replies
  • 3 kudos

Resolved! UART1 Configuration for Data Bits(Word Length) 7.

Hi @All ALL​ @Martin KJELDSEN​ I am using STM32F412CGU6 microcontroller.I would like to Configure UART1 with following settings.  • Baud Rate: 9600  • Start bits: 1  • Parity: Even  • Data Bits: 7  • Flow Control: Off  • Stop Bits: 1In STM32CubeMX, T...