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

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
  • 1138 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
  • 1075 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
  • 1438 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
  • 978 Views
  • 1 replies
  • 1 kudos

Resolved! RTC choose several days

Hi everyone!I use RTC with STM32CubeIDE for my STM32. Just a question: is it possible to set the alarm day over several days so that the alarm wakes up every Monday AND Friday?Thank you !  

Fannyrsy by Associate II
  • 2094 Views
  • 4 replies
  • 1 kudos