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

Convenience of CubeIDE

It is done incorrectly that after pressing the "Debug" button while the project is being compiled and loaded into the MCU - it remains possible to press the "Debug" button again, which is incorrect (this will corrupt the normal course of the process)...

OlegAjax_0-1723713520475.png
OlegAjax by Associate II
  • 549 Views
  • 1 replies
  • 0 kudos

CubeIDE - debugging startup process

When I start debugging - there is unnecessary focus switching between the startup_stm32f* editor, the focus is constantly broken from the current window and CubeIDE switches the focus to itself - this is strange behavior. Is it possible to remove the...

OlegAjax_0-1723714218174.png
OlegAjax by Associate II
  • 443 Views
  • 1 replies
  • 0 kudos

Resolved! PWM configuration

Hi, I'm a newbie in this embedded board and I'm having a hard time setting up the PWM pins. I'm currently using an STM32F103RB with a bldc motor driver shield that has pin 5, 6, 9 for PWM input.The corresponding pins for them are PB4, PB10, PC7 so I ...

Issue: No source available for Bootloader

Hello,My project was working fine, but suddenly I cannot debug or run it with the original bootloader anymore. The project is created and generated by TouchGFX Designer.This is the error message I get when I try to debug/run the project.I am sure tha...

mids400_0-1723200878741.png
mids400 by Associate III
  • 1093 Views
  • 4 replies
  • 1 kudos

DS18B20 not registering with internal pullup resistor

I am trying to use the DS18B20 temp sensor on a stm32h7 board to display the current temperature using putty, and if the temp is higher than 45 degrees celsius to display a heat warning, but for whatever reason the sensor is not beign registered. I h...

smakivic by Associate
  • 1161 Views
  • 3 replies
  • 1 kudos

Is there a software update override option?

Hello,I am a Lab Instructor at the University of Waterloo, Ontario Canada.I am using the STM32CubeIDE tools in my lab. There are about 200 students using my lab every term. I have the STM32CubeIDE tools running on 24 workstations in the lab and I hav...

CPope.2 by Associate
  • 1340 Views
  • 3 replies
  • 2 kudos

STM32U0_OTA mode

/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.c * @brief : Main program body *****************************************************************...