STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

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
  • 742 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
  • 2260 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 `...