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

Gitignore in CubeIDE. What files do you like to ignore?

Which files/folders to you like to put in .gitignore ?I tend to put: Debug and Release because I'm happy to rebuild on new platforms. But, I also put Drivers and Middlewares since they can also be sourced from ST repos.I'm wondering also how people m...

DJC by Senior
  • 3930 Views
  • 4 replies
  • 2 kudos

Loading problem with STM32CubIDE_1.14.0

Hi,I'm trying to get running with a STM32F446. I'm using a Nucleo 64 board for now. I've installed CubeIDE on a new computer running Windows 10 and I get Make error 2 and the messages that it can't find gcc and g++. It seems to be a problem with path...

Resolved! Run/Debug don't work

Hi,I've STM32CubeIDE v1.14.1 on a Windows10 PC. I've NUCLEO-G0B1RE board and I've created my workspace with a standard project starting from the NUCELO ioc configuration. I can build the project and upload the .elf file on the uC with STM32CubeProgra...

problem.png
BRonc.1 by Associate III
  • 3646 Views
  • 18 replies
  • 1 kudos

Resolved! NUCLEO-G0B1RE and USB HID function

Hi,I would like to enable the USB HID Device function to the target uC of the NUCLEO board. So I've created a new project, selected the board and added the 2 USB pin configuration:I've also enabled the middleware functions:the clock config seems to b...

BRonc1_0-1705677489698.png BRonc1_1-1705677509499.png BRonc1_2-1705677570198.png BRonc1_3-1705677632449.png
BRonc.1 by Associate III
  • 1031 Views
  • 1 replies
  • 0 kudos

Resolved! STM32CubeIde Failed to start GDB Server on STM32F103C8

hello,I have the same problem posted by H.Ahmed on October 2022, read also in other posts:"Failed to start GDB Server Error Initializing ST-LINK deviceReason (18) Could not verify ST device!"I tried all suggestions found on web, but no help.I'm using...

Mauri by Associate II
  • 11296 Views
  • 12 replies
  • 0 kudos

Major Bug when erasing a projet

how to reproduce:Create a new projet with a "namePrj" and "directory". The normal way should be to have a directory "directory"/"namePrj", and in this directory, all the project files (like with STM32CubeMX). But the files a created in the "directory...

ANauz.1 by Senior II
  • 2107 Views
  • 11 replies
  • 2 kudos

ST-Link upgrade error on Nucleo F446RE

I run CubeIDE on Linux and when I want to Debug, it prompts for an ST-link upgrade. I click Yes and I get screenshot no. 1. The ST-LINK ID displayed there is correct, I get the same ID with "st-info --probe".Then I click on Open in update mode, and I...

aro by Associate III
  • 3259 Views
  • 9 replies
  • 0 kudos

Why is STMcubeIDE not detecting my device?

Hi all, I am trying to run a program from STM32cubeIDE to my STEVAL-MKI109V3 board, however the IDE is not recognizing my board. The device is listed in Device Manager under Ports&COMs as "STMicroelectronics Virtual COM Port (COM5)" so this leads me ...

stm32cube to compile legacy arm syntax?

Hi folks,I have an assembly file with 2.5k lines and I'm facing a compiling issue.It seems that the problem is about the syntax -GNU compilation support a specific syntax while arm leagacy syntax is different. In example:name EQU 0xC vs.equ name 0xC ...

kingkong by Associate
  • 736 Views
  • 2 replies
  • 0 kudos