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

New user completely lost in bullshittery

I've just downloaded the IDE. I have vague memory of using Eclipse with Cube in the past, so I expected smooth start of working. Yet...It took me a while to find my MCU, because when I wrote a bit of the part name in search field, the suggestions wer...

IDE recognition of _Static_assert

The STM32 compiler toolchain supplied with CubeIDE 1.13.1 recognizes the _Static_assert statement, but the IDE itself does not (it marks it as a syntax error).  Can this be fixed?  Is there a setting I can change in the IDE to stop flagging _Static_a...

BrianH_1-1694553298522.png BrianH_0-1694553238771.png
Brian H by Senior
  • 3435 Views
  • 12 replies
  • 4 kudos

Resolved! More Frustration :(

I am running CubeIDE on OSX (not sure if t hat makes a difference)In the pinout & configuration you can see that some of the configured items, for example ETH and USART1 have a little green triangle next to them, indicating what I believe is a confli...

gerrysweeney_0-1705947552503.png

Resolved! TouchGFX: UART to UI WITHOUT RTOS!!!

I am trying to display UART data received to UI WITHOUT RTOS but I am unsure how to code the model, I am getting error every time. I read the documentation and tried to reproduce the same thing but in vain. I watched a lot of videos on youtube but th...