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

Resolved! [Resolved] STM32CubeIDE project creation issue

Updated post to reflect permanent fix Dear STM32CubeIDE user, Further to the recent STM32CubeIDE project creation issue, we would like to inform you that a solution is now available for you. This permanent fix applies to all STM32CubeIDE versions. I...

STM32CubeIDE 1.19.0 released

We are pleased to announce that the release 1.19.0 of STM32CubeIDE is available. What is new in 1.19.0: Microcontroller, microprocessor, and board lists aligned with STM32CubeMX v6.15.0:Added the support for STM32MP21xx microprocessors to the STM32MP...

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! PROBLEM WHEN TRY TO DEBUG

HELLO TO ALLI HAVE A PROBLEM WHEN I BUILD THE CODE AND PROGRAM IT WITH STM32 PROGRAMMER IT IS WORKING BUT WHEN I TRY TO DOWNLOAD THE CODE USING THE IDE WITH DEBUG I GOT ERR  THIS IS THE CONCOL LOG     ST-LINK SN : 310009000B00004C3359534EST-LINK FW :...

Elmofty by Associate II
  • 3905 Views
  • 6 replies
  • 4 kudos

unable to send data to the data register of uart4

#include "stm32f4xx.h"#include<stdint.h>  void config_gpio(){RCC->AHB1ENR |= (1U<<0);//ENABLING THE PORT A  GPIOA->MODER |= (1U<<1);GPIOA->MODER &= ~(1U<<0);//SETTING PA0 AS ALTERNATE FUNCTION MODE  GPIOA->OTYPER &= ~(1U<<0);//SETTING OUTPUT TYPE AS ...

Help on Porting Code from Keil to CubeIDE

Hi,I have an ethernet application which is working in a Keil project, the app uses F103ZET6 and contains a UART and an SPI, all working in polling mode. In order to port it to CubeIDE, I created a Cube project with F103ZET6, it has a RTC, a UART woki...

Chao by Senior
  • 1210 Views
  • 3 replies
  • 0 kudos

Resolved! Secure Firmware Install

Hello,I'm currently working with the STM32h573I-DK Board and I'm interested in installing SFI (Secure Firmware Installation) and learning how to work with it. Could you please provide guidance on how to install SFI and any resources such as tutorial ...

Hitesh by Associate III
  • 1148 Views
  • 2 replies
  • 1 kudos

Output compare unit.

Good afternoon community,I am starting implementation of Output compare unit for STM32F407G Discovery board.I get output as GPIO toggling on board.I configure TIM1 and it's 4 channels for different frequency generation as output at different pulse,an...

MG1 by Associate II
  • 1564 Views
  • 6 replies
  • 0 kudos

Resolved! IOC Pinout View, definition when right click on a pin

Hello,When I right click on a pin, in the Pinout view of an IOC file, it shows the following:I understand the ADC1_INP3, since that is the intended setting.  But what would the yellow ADC2_INP3, with a + next to it, signify?  Likewise, what is the re...

R_DSP_0-1708558914958.png R_DSP_1-1708559060097.png
R_DSP by Associate II
  • 1061 Views
  • 1 replies
  • 3 kudos