STM32CubeIDE (MCUs)

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! STM32F769I-Disco Blinky: Debugger Connection Lost

I keep getting the following failures when I try to run/debug a simple blinky program on my dev board. This is a fresh install of stm32cubeide, new project started with all peripherals NOT set to default settings. Instead I just set pin N3 (GPIOA, Pi...

MMiri.1 by Associate II
  • 899 Views
  • 4 replies
  • 1 kudos

Resolved! Error when i try to update STM32

Hello,When i try to update STM32, it's give an error and it doesn't update. An error occurred while collecting items to be installedsession context was:(profile=STM32CubeIDE, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, acti...

MDrei.1 by Associate
  • 2754 Views
  • 3 replies
  • 0 kudos

Resolved! What's the right way to work with C++ project?

In STM32CubeIDE I created a C++ project. But the `main.c` is still generated with the .c extension and is compiled with the C compiler. That is why I cannot include the C++ headers to `main.c` (because the C compiler does not understand the keyword `...

Undefined reference to existing function [f_utime()]

Hi,I have noticed very annoying bug in Stm32cubeIDE 1.0.1.I'm unable to access f_utime function despite "fatfs.h" and "ff.h" files included.Even stranger is that when I click: Open declaration the IDE has no problems with that....Here is my code:#inc...

DLegu.1 by Associate II
  • 1677 Views
  • 3 replies
  • 1 kudos

Convert elf file into an srec file

I am using STM32CubeIDE, version 1.2.0. I want to convert the elf file into an srec file with a particular format. I have tried editing the command line in the Post-build steps to read:arm-none-eabi-objcopy.exe -O srec —srec-len=28 —srec-forceS3 “$(B...

erussell by Associate II
  • 3617 Views
  • 4 replies
  • 0 kudos

How can I add QSPI custom external loader to the debugger

In the Debug Configuration under the Debugger tab there is an option to add external QSPI loader .I have a custom external loader that is working with CubeProgrammer and STLinkUtility.I want to use this custom loader from within the CubeIDE.How can I...