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
  • 358 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
  • 5414 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...

Resolved! Internet connection

Hello,Im unable to connect to internet in IDE and MX. Check below image in IDEBelow seen in MXMy work is getting hampered due to this. Please let me know what to do.

GauravK_0-1727273256884.png GauravK_1-1727273359373.png GauravK_2-1727273375566.png
GauravK by Senior
  • 3117 Views
  • 7 replies
  • 1 kudos

USB Protocol

I am using STM32F423RHT6 in the project. In .ioc file, there are different versions of USB being given. I am getting confused in which is given for what purpose?  Under the connectivity tab, there is USB OTG FS, whereas in Middlewares and Softwares a...

Screenshot 2024-10-08 165743.png

STM32CubeIDE documents or instructions

Hi,I am new to this.  Are there  documents or instructions to set up a port using  ATM32CubeIDE? For example, if I want to set up an UART or USB port, what are steps that I need to do? what parameters that I need to set? I can't find any documents on...

Resolved! Code Optimization

Hi, I am using 3 different STM32MCU's for our various projects, which include STM32F423, STM32L496, STM32F407 etc., I am using HAL Layers for this code in general. Now I need to create HAL Layers for these boards only, and I need to reduce the overhe...

vbk22398 by Senior
  • 3553 Views
  • 18 replies
  • 14 kudos

Resolved! FreeRtos error in STM32H7

  Hello, I am working with stm32H755 and FreeRTOS. After setting up debugger, I start debugging the program. the code is built fine, then get this error msg(attached picture) only if i enable FreeRTOS from the setup window(attached picture) . But i n...

image.png Screenshot 2024-10-02 140133.png
sazzad07 by Associate II
  • 2368 Views
  • 5 replies
  • 1 kudos

Resolved! STM32U073 - I2C

In documentation (RM0503), I2C CR1 register contains SBC bit field (Slave Byte Control), at position 16. Unfortunatelly, LL driver files (actually stm32u073xx.h, which is referred by driver files) have no corresponding defines.