STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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! Issue using pointers

Hello,can someone help to identify where is the issue using pointers? The code example is below.On line 36: workMode->current = workMode->intend;It's not overwriting/changing the value.If I change it to like this:*workMode->current = *workMode->inten...

RZub by Associate II
  • 1630 Views
  • 7 replies
  • 0 kudos

C++ Project that creates C main file

Hi,If I create a C++ STM32CubeIDE project the main generated file is a C file (main.c) and I have to rename this to main.cpp every time I update pinmux, drivers, etc in order to call C++ functions. I think it's not an usual workflow but could anyone ...

Gaston by Senior
  • 4139 Views
  • 13 replies
  • 0 kudos