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

How do you change the background colour in STM32CubeIDE?

How do you change the background colour in source code editors? I have tried:Window > Preferences > General > Appearance > Theme set to dark modeWindow > Preferences > General > Editors > Text Editors > Annotations has nothing for the backgroundWindo...

qua by Associate III
  • 9277 Views
  • 12 replies
  • 1 kudos

Hard download link for STM32CubeIDE

Hello,I am currently scripting my development environnment setup on windows in order to facilitate the setup of a new environnment.For the download of the stm32cubide software, I notice that the download link of the software is not the same for each ...

Clément by Associate
  • 884 Views
  • 1 replies
  • 0 kudos

Resolved! System clock restore to default

Hello,I need to restore the system clock to its default state, after it has been configured to generate 64MHz clock signal from an external 24MHz oscillator.I used the HAL_RCC_DeInit() function, that seems to do most of the job, but not all apparentl...

CTabo.1 by Senior
  • 1709 Views
  • 5 replies
  • 1 kudos

STM32L476 + ST25RU3993

When I tried to start my device using the sample code provided by the manufacturer, I received the error messages "SetBaseFrequency not working" and "PLL not working". I have confirmed that the device's crystal is functioning properly and the MCU is ...

Alex_tw by Associate II
  • 1677 Views
  • 6 replies
  • 1 kudos

Resolved! Upgrade issue IDE 1.10.1. Project to IDE 1.13.1

Hi, I tried to use a broadcom lib (AFBR_S50, libafbrs50_m4_fpu.a)  on a STM32F401 nucleo board.This works quite well for the IDE 1.10.1. I can compile the example program and run the debugger. But as soon as I try to migrate it to a higher IDE versio...

ekopi by Associate
  • 915 Views
  • 2 replies
  • 0 kudos

Resolved! Toolchain version

Hello,is it ok to use the __GNUC__, __GNUC_MINOR__ and __GNUC_PATCHLEVEL__ marcros, to check the toolchain version, at compile time?I am using the following toolchain version:In this case and the macros have the following values:__GNUC__ = 10__GNUC_M...

CTabo1_0-1694526170625.png
CTabo.1 by Senior
  • 733 Views
  • 2 replies
  • 1 kudos

Resolved! RTOS use Taskhandle in other .c file

Hello guys,i try to use RTOS with my STM32H723, but i have some trouble with the RTOS Tasks and the proper definition of the task.As an example i want to push the blue button on my Nucleo board, which triggers an Interrupt, which executes a RTOS Task...

DeBa92 by Associate II
  • 1684 Views
  • 1 replies
  • 1 kudos

Failed to start GBD server

Hi everyone, I'm working with the STM32H747i-Disco, had several projects working just fine, then I tried to load the example project FatFs_uSD to the board, it didn't work and after that I keep getting the error: Failed to start GBD Server. Any Idea ...

GDB server.jpg
JuanBT by Associate II
  • 813 Views
  • 1 replies
  • 0 kudos

Resolved! GCC Linker script sections

How to put all code from one file in one linker section?I'm using Cubeide with gccThe following functionality should work but it doesn't for some reason, can anyone help here?It shall be possible to group functions in a section based on some filters....

Resolved! What is ltrans.o in .text section?

I am using STM32Cube IDE to build for the STM32F030. The MCU we are using has 16 KB flash, and we are looking for ways to reduce the build size to get it to fit. In the process of looking at module build sizes, I noticed the following at the start of...

JD1800 by Associate II
  • 1830 Views
  • 2 replies
  • 1 kudos