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
  • 1372 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
  • 540 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! SystemCoreClock vs HCLK vs APB1

I am learning to use the PWM Input mode to measure input frequency. I am using examples from the internet to help me along.In my .ioc file SYSCLK is set to 8MHz and with a prescaler set to /8 my HCLK and APB1 are set 1MhzIn the examples I studied in ...

xuraax_0-1752765749639.png
xuraax by Associate III
  • 1629 Views
  • 8 replies
  • 0 kudos

"There is no active editor that provides an outline"

Hello everyone, I am on Windows 11 and am using STM32CubeIDE version 1.18.0 (also tried on verison 1.18.1). I have logged into myST within the software as well (through Help->STM32Cube Updates -> Connection to myST). I can edit the pins in the .ioc f...

deta_0-1745569245869.png
deta by Associate III
  • 3135 Views
  • 7 replies
  • 0 kudos

STM32 compile process size

Hi everyone.I've got a question about a strange aspect of my project and the compiling process.I have some files to be compiled for my project. The compile process goes fine, everything is correctly compiled and looking both on console output and bui...

Could not verify ST device on STM32F407VGT6

I have already updated my CubeIDE to the latest version 1.19.0 available on the official website. After writing the code with it, I attempted to download it to my F407VGT6 via STLink, but the download has never been successful. It always prompts "Cou...

How to Properly Import LoRaWAN_End_Node Example

Hi everyone! I’m new to LoRaWAN development on STM32WL55jc1 boards and need help importing the LoRaWAN_End_Node example correctly in STM32CubeIDE. I’ve tried multiple approaches (downloading from GitHub, manually copying files, etc.), but I keep runn...

Resolved! Install STM32CubeIDE on Linux / OpenSuse 15.3

I try to install STM32CubeIDE on Linux / OpenSuse 15.3.When downloading the latest RPM (1.7.0) I click "Get Latest", accept and then it automatically downloads the Linux Generic Installer.How can I get the RPM? Can somebody confirm the problem?Anyway...

TMohr by Associate
  • 4371 Views
  • 5 replies
  • 3 kudos

Debug: "No source available for main()"

I am trying to debug my code, but it just ain't working the way it's working in e.g. the STM32CubeIDE intro-video on Youtube; I'm getting "No source available for main()", instead of Eclipse displaying where in the code it's actually at.I haven't cha...