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

Comparing Nucleo-H743ZI2 and Nucleo-H745ZI-Q

I've written some code in STM32CubeIDE for the Nucleo-H743 which is simply toggling the board's LEDs and using the SPI channels to tx/rx with a few A/D converters. I've measured the loop's time to execute with a scope to be ~20us. I also have a Nucl...

CMcSh.1 by Associate II
  • 1881 Views
  • 6 replies
  • 0 kudos

Question on STM32CubeIDE and remote debugging

Hello, I am looking for some guidelines on how to make remote debugging possible with STM32CubeIDE running on Win10x64 and my STM32F070RB board connected to a Linux host.Everything works fine when the device is connected locally, but there is an opti...

elagano by Associate
  • 2540 Views
  • 5 replies
  • 2 kudos

Resolved! token pasting errors

I am trying to do token pasting to defined macros but it fails using this platform. main.h contains the definitions and the other file is my tokenpasting attempt getting errors but it works on netbeans

VNdir.1 by Associate II
  • 1428 Views
  • 2 replies
  • 0 kudos

How to see core utilization in stm32 cubeide?

I am using STM32L452RC for my project. I need to know the core utilization that is similar to how we see in the task manager. I need to know this, since I want to see the difference in the utilization with and without involving DMA. I need to verify ...

RAnan.3 by Associate III
  • 1759 Views
  • 5 replies
  • 0 kudos

STM32CubeIde freezes if a lot of data is SWV traced

HiI trace (or I try) uint32 variable (counter increased by the HOST USB interrupt) to trace MSC class problems (BTW many bugs in HAL USB Host library). I receive about 2 million traces in about 80 seconds. The problem is that eclipse if freezing and ...

0693W00000Y6kI4QAJ.jpg
pj_stm by Associate III
  • 952 Views
  • 3 replies
  • 0 kudos

Resolved! How to debug mbed cpp program and make values visible

Hello. I am currently debugging an mbed cpp program in cubeIDE and trying to visualize the contents of variables. I was able to import from mbed to cubeIDE on my own. When I place a breakpoint on the variable I want to know about, I get the result [N...

0693W00000Y6tYgQAJ.png
hsanr.1 by Associate II
  • 1042 Views
  • 2 replies
  • 0 kudos

Resolved! [USB Host] Keyboard Output Report - How to control the 3 LEDs? (NumLock, Caps Lock and Scroll Lock status)

Could anyone tell how to add this functionality in the USB Host library for STM32CubeIDE?I found this:u8 c=3;   USBH_StatusTypeDef res = USBH_BUSY;   do { res=USBH_Set_Report(&USB_OTG_Host_Hnd,&USB_Host,0x02,0x00,0x01,&c); } while(res != USBH_OK);Sou...

by Not applicable
  • 5797 Views
  • 12 replies
  • 0 kudos