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
  • 331 Views
  • 0 replies
  • 1 kudos

CubeMX not generating code

Hello all, I recently install CubeIDE and I want to do a blinky example on the User led for the nucleo-U545REI see that the GPIO for the USER LED is PA5 So in cubeIDE, I open CubeMX, configure PA5 PIN TO GPIO_OUTPUT and try to generate the code by cl...

2345.png
estora by Associate
  • 5566 Views
  • 9 replies
  • 2 kudos

Resolved! STM32CubeMX 6.15.0, STM32H523CET6, TouchGFX

When the TouchGFX Graphics Application is selected, the supplementary TouchGFX code is generated; however, the TouchGFX library itself is not included in the project. I tried all available code generators, but none of them added the library.

Resolved! STM32N645B0: TIM8 not available

Hello Community, I have tried to configure TIM8 in CubeMX (Version 6.15.0) with device STM32N645B0 (VFGBA198). But TIM8 is not available in the Timers Group. All other timers are displayed, only TIM8 is missing. Also trying to activate TIM8 over the ...

Thomas_N by Associate
  • 389 Views
  • 3 replies
  • 4 kudos

can't set compiler option in top level CMakeList

Not sure if this belongs in CubeMX or STM32 code for VS.I have a CMAKE project generated from CubeMX.When I build within VS Code IDE with the STM32 Extension I get several nocent warnings I would like to eliminate.Some of these are deep in the HAL an...

Resolved! Linker script with detailed sections

Hello. I'm using STM32CubeMX with STM32f777ZI MCU to create a CMAKE project.The generated linker script file (STM32F777XX_FLASH.ld) has a really simple definition of RAM memory regions:/* Specify the memory areas */MEMORY{RAM (xrw) : ORIGIN = 0x20000...

Ceco by Associate II
  • 1401 Views
  • 8 replies
  • 1 kudos