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

emDOS remnaints in build.

Start a project with FreeRTOS. (default settings_Change your mind and select emDOS. (default settings)build project and get missing variables.  Decide that bug for emDOS is not yet fixed.deselect emDOSSelect FreeRTOS instead.build project (basic, cha...

Resolved! STM32F411-VET6 with SSD1322 compilation errors

Hello Guys,  i want to use the Display SSD 1322 OLED with the STM32F411-VET6 Development Board but i cant use the example on github: https://github.com/wjklimek1/SSD1322_OLED_library it comes with many errors when i use the library for the STM32F411....

Resolved! Unable to build the imported stm32h7 Dual core project

Hi All,I have created a copy of an existing CubeIDE project "riverdi-70-stm32h7-lvgl" as you see below. The second project doesn't have the active CM7 project feature that allows to build, it just shows CM7 folder. What is the reason for this? I trie...

SSala3_1-1707125306233.png
SSala.3 by Associate III
  • 1129 Views
  • 2 replies
  • 1 kudos

Resolved! No ST-LINK with the specified serial number detected!

Hi everyone,I've been programming with various ST-LINK V2s for over a year now and have almost never had any problems.A few days ago I started to encounter problems: that is, the various compilers and two STM32 programs to see the memory of the MCUs ...

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
  • 4070 Views
  • 12 replies
  • 5 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...