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

Resolved! [Resolved] STM32CubeIDE project creation issue

Updated post to reflect permanent fix Dear STM32CubeIDE user, Further to the recent STM32CubeIDE project creation issue, we would like to inform you that a solution is now available for you. This permanent fix applies to all STM32CubeIDE versions. I...

STM32CubeIDE 1.19.0 released

We are pleased to announce that the release 1.19.0 of STM32CubeIDE is available. What is new in 1.19.0: Microcontroller, microprocessor, and board lists aligned with STM32CubeMX v6.15.0:Added the support for STM32MP21xx microprocessors to the STM32MP...

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! 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
  • 1102 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
  • 6024 Views
  • 12 replies
  • 0 kudos

Nucleo F746 - LwIP / TCP Server

I have managed to get LwIP working and my Nucleo can be pinged and discovered via IP scanner tool. I want to get TCP/IP server working and I saw there are some files called TCP inside LwIP Library I just can get my head around it. But I have used TCP...

KPovs.1 by Associate II
  • 1749 Views
  • 1 replies
  • 0 kudos

How to generate ELF file with relative paths

Hi,I have run into a problem I can't find a solution for. Basically, I want to have in the ELF file which is generated during the build process the relative paths to the source files. Currently absolute paths are put into it to the source files, so I...

AHes.1 by Associate
  • 1489 Views
  • 1 replies
  • 1 kudos

Resolved! STM32CubeIDE: HAL lib auto update?

Hello,maybe this might be of interest to many people using CubeIDE and HAL libraries.I've seen many threads here complaining that after a CubeIDE update HAL-related sources didn't work anymore.That didn't happen to me, mostly because I don't use many...

LCE by Principal II
  • 1381 Views
  • 2 replies
  • 0 kudos

SSD1306 on SPI

Hi all,Trying to setup SPI for ssd1306 in STM32CubeIDE based on the code from "afiskon" in Github.Problem is that I'm new to this processor and the IDE.Could someone please help me?I'm using the NUCLEO-F302R8 board and I have set up the following GPI...

0693W00000WLCfpQAH.png
JSven.2 by Associate II
  • 3106 Views
  • 3 replies
  • 0 kudos