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

Resolved! STM32 Cubeide Code Generator uses More Program Memory

Hello Team,We have been using the STM8 series for the low level Application projects. Due to Obsolete of the STM8, we have been moved to STM32C0 chips. But we are facing a problem with the program memory which the code generator occupies more space o...

NM by Associate III
  • 1109 Views
  • 5 replies
  • 2 kudos

[1.14.0] Build Analyzer picking up wrong build

In CubeIDE 1.14, I can build a project in debug configuration (verified by output like 14:55:15 **** Incremental Build of configuration Debug for project ThermaWiFiII **** and file system changes).However, the build analyzer still continues to show m...

MikeAtETI by Associate III
  • 1655 Views
  • 6 replies
  • 1 kudos

Resolved! Code generation deletes HAL Drivers

Hi everyone,I recently started programming STM Microcontrollers. I'm using STM32CubeIDE 1.13.2 to setup my project.I want to build a modular software, where some necessary peripherals are initialized from beginning and others are initialized dependen...

DN19 by Associate II
  • 2936 Views
  • 18 replies
  • 1 kudos

Resolved! Debuging fails after HAL_Init()

I am debugging an application for an STMF103RCTX Using STM32CubeIDE and an STLINK v2 debugger.This is my usual combination of tools and my usual hookup.I find that I can start a debug session and step into main() and even step over anything befoer HA...

KMill by Senior
  • 2374 Views
  • 12 replies
  • 4 kudos

Resolved! Change target microcontroller

This is a question about STM32CubeIDE.When creating a new STM32 project, you select the board, but if I select STM32F412 and edit the program, can I operate the STM32H743 microcontroller?(We will adjust the pin configuration accordingly)