STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.17.0 released

We are pleased to announce that version 6.17.0 of STM32CubeMX is available. What is new in 6.17.0: Added support for new microcontrollers across the STM32WBA, STM32H5, and STM32U3 seriesAdded support for new boards: NUCLEO-WBA25CE1, NUCLEO-H5E5ZJ, ST...

Aimen1 by ST Employee
  • 1226 Views
  • 0 replies
  • 2 kudos

CubeMX AzRtos Startup code Issue

Hello,Is it possible for ST to re-order the startup code in ST's implementation of AzRtos (CubeMX)?.  I think it would make everyone's life a lot easier if all the AzRtos services (ThreadX, FileX, NetX, USBX) start before the user apps/threads.Curren...

matt-crc by Senior III
  • 1937 Views
  • 5 replies
  • 0 kudos

Resolved! STM32CUBEIDE Nested Project Library Path Problem

I am working on X-CUBE-AZURE in B-U585I-IOT02A board. My IDE version is 1.18 and i am using Fedora 41. When i enable FDCAN peripheral in CubeMX it places the stm32u5xx_hal_fdcan.c and .h file into the X-CUBE-AZURE/Drivers/STM32U5xx_HAL_Driver/Src. Ev...

Screenshot From 2025-03-24 15-45-00.png
erhangk by Associate
  • 1367 Views
  • 1 replies
  • 2 kudos

Resolved! Incompatibility between X-CUBE-TOUCHGFX and X-CUBE-SMBUS

Hello!I'm using an STM32u5a9 with a user interface and SMBus enabled battery and charger board.CubeMX does not allow me to include both the X-CUBE-TOUCHGFX and X-CUBE-SMBUS libraries. I'm guessing there is some conflict with the I2C or how the HAL ha...