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 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 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

X-CUBE-TCPP issue with STM32CubeIDE 1.15.1

I am able to successfully install and build the SNK1M1_Sink example project from X-CUBE-TCPP.I then opened the .ioc file and make the recommended changes to the HAL timebase source (I selected TIM2 as TIM1 was greyed out) and set USE_NEWLIB_REENTRANT...

alw by Associate III
  • 1175 Views
  • 2 replies
  • 0 kudos

Resolved! STM32Cube IDE vs Arduino IDE

Hi,I have used different micro-controller boards for many years, Arduino, STM32 and ESP32. I have always used Arduino IDE for all my developments. Recently I have downloaded STM32Cube IDE to see how it works compared to Arduino IDE. I started porting...

pbcal by Associate II
  • 3750 Views
  • 5 replies
  • 5 kudos

Sending Serial Through USB example doesn't work

Hey !I'm new to the STM32 environnement. I am familiar with arduinos and now I want to evolve to STM32 processors. So I just try to send "hello world" through the USB port, but it doesn't work. When I open Putty, the connection seems to work, but to ...

Lebois by Associate II
  • 4357 Views
  • 10 replies
  • 2 kudos

Resolved! SPI open drain config on STM32U5G9J-DK2

Greetings to the community, After digging around the relevant documentations and the reference manual for the chip family (STM32U5xxx), I couldn't find any relevant info on configuring SPI protocol to be in open drain config. The idea is to power the...