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! GitHub actions integration

Hi,I'm looking into utilizing GitHub actions for CI/CD. I couldn't find any examples of how to use GitHub actions to build a STM32CubeIDE project automatically. Any hints/directions?Thanks,

YKuo.1 by Associate II
  • 3409 Views
  • 8 replies
  • 5 kudos

Resolved! STME32CubeIDE + FreeRTOS - file "freertos_mpool.h" missing

Hello, I am using STM32CubeIDE to compile under FreeRTOS a project to download in an ARM STM32F107VCT6 component installed on an Olimex board.I am new to using STM32CubeIDE.At first, I just want to run a very small program on the component to make a ...

MDe by Associate III
  • 2206 Views
  • 4 replies
  • 0 kudos

Resolved! CubeMX hides "Enable SMPS" too well for STM32U5

Cube is very enthusiastic about reminding you to enable the SMPS on U5 chipsAnd it's also infuriatingly coy about how one actually does this: Here is just the latest example of an understandably confused costumer. I would like to see the warning mess...

BarryWhit_0-1722303160893.png BarryWhit_1-1722303311773.png

Resolved! undefined reference to `HAL_SPIEx_SetConfigAutonomousMode'

I'm trying to access the external flash on a B-U585I-IOT02A.  The driver(s) I found do:if (HAL_SPIEx_SetConfigAutonomousMode(&hspi2, &HAL_SPI_AutonomousMode_Cfg_Struct) != HAL_OK)but the linker says that function is undefined.  Is that in a library f...

Marty by Associate
  • 328 Views
  • 1 replies
  • 1 kudos

Resolved! Issue with BSP Configurator

I am trying to create some example code for a Nucleo G474RE board and one of the initialization steps was whether I would like to use the BSP for the Virtual COM port, user LED and user button. Note that this is what the configuration looks like Buil...

AdamHamilton_0-1731836258352.png

Unable to download STM32CubeIDE

I'm having an issue of downloading CubeIDE, I'am using FireFox to download Cube IDE. Each iteration it stops at around 545MB of downloading. I haven't kept any download limit to any of my devices. It happens for all files in the download list. Please...

Yadavrao by Associate
  • 307 Views
  • 2 replies
  • 0 kudos

Export Application Example

HiI started working with the openbootloader and the application example located here:\STM32Cube\Repository\STM32Cube_FW_G4_V1.6.1\Projects\STM32G474E-EVAL\Applications\OpenBootloaderThe example works fine, and I managed to get everything to run. I ha...

DeIng11 by Associate
  • 238 Views
  • 1 replies
  • 0 kudos

[Solved] STM32Cube IDE Icon Missing on Fedora 41

Subject: [Solved] STM32Cube IDE Icon Missing on Fedora 41Message:Hi everyone,I recently upgraded to Fedora 41 and noticed that the STM32Cube IDE icon was missing. After some searching, I found a solution on Reddit that worked perfectly. Sharing it he...