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

We are pleased to announce that the minor version 2.1.1 of STM32CubeIDE is available. What is new in 2.1.1: This release covers the topics listed below: SEGGER J-Link GDB server updated to 9.24 to fix an issue with the Live Expression view during the...

Aimen1 by ST Employee
  • 1440 Views
  • 0 replies
  • 1 kudos

STM32CubeCLT 1.21.0 released

We are pleased to announce that STM32CubeCLT 1.21.0 release is available. What is new in 1.21.0: Maintenance of the previous version: Updated in accordance with STM32CubeIDE v2.1.0Update of Clang/LLVM toolchainUpdate of GCC to GCC 14Update of STM32Cu...

Aimen1 by ST Employee
  • 561 Views
  • 0 replies
  • 0 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! I cant create signals with different frequencies using timer.

Hi, I want to make an application in which 4 different signals to be produced with different frequencies. I am using timer output compare mode. My board is STM32F407VG-DISC1, so I use on board LEDs as TIM4_Channel1, TIM4_Channel2, TIM4_Channel3 and T...

demir_0-1708539064744.png
demir by Senior II
  • 5756 Views
  • 7 replies
  • 1 kudos

Has anyone made Parasoft c/c++test work with STM32cubeIDE

I've been using Parasoft C/C++test for Eclipse for static analysis and unit testing on AC6 System Workbench. I've ported the STM32 MCU software to STM32cubeIDE and now the Parasoft tools refuse to install. They report "Eclipse not found" after corect...

Resolved! Utilizing a 512Mbit SDRAM with STM32H7 FMC

Hello everyone,I'm working on a project involving STM32's FMC specifically focusing on expanding memory capabilities. Given that each SDRAM bank (Bank 1 and Bank 2) can address up to 256 Mbit, I'm curious about the feasibility of integrating a single...

Resolved! STM32CubeIDE: Format specifier concerns

Hi,I am using STM32CubeIDE to build project fro STM32H753 microcontroller.I am unaware why the STM32CubeIDE is updating the type of uint32_t to unsigned long.I assume for a 32 bit processor uint32_t should be typed to unsigned int.Where do I find dec...

Change USART1 pins location

Hi everyone!I'm using a NucleoWB55 and trying to use UART to print a message on a tera term terminal. When I let the default pins (PB7, PB6) for USART1_RX and USART1_TX I'm able to transmit and print a message correctly with the HAL_UART_Transmit_IT ...

USART.png USART 2.png
Fannyrsy by Associate II
  • 3024 Views
  • 3 replies
  • 3 kudos

Resolved! SPI Communication Setup for L3GD20 Sensor on STM32F411VET Board

 Hi Everyone,I am attempting to communicate with the L3GD20 sensor via SPI communication using the STM32F411VET Board.Here is my code: #include "main.h"#include <stdio.h>#include <string.h> /* USER CODE BEGIN PD */#define L3GD20_CS_PIN GPIO_PIN_3#def...

swati by Associate II
  • 6523 Views
  • 10 replies
  • 1 kudos

Post build command

Hello all,First of all, thank you all for helping and educating me on various topics whenever I needed help. This post is on how to rename an output file based on a define in my code. I understand this can be done by bash command(s) post-build, but a...

Modify copyright notice in main.c file

Hello, Somebody knows if the copyright notice generated at the beginning of main.c file is stored in a file that I can edit?I read in this forum that sections outside of user code are copyrighted by ST. If the copyright text is stored in an editable ...

xisco by Senior
  • 1884 Views
  • 2 replies
  • 1 kudos