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

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

OCTOSPI Multiplexed setting gone after IDE/MX update

This morning I updated my CubeIDE to 1.19 from 1.18.  I assume MX updated too... don't know how to check the MX version.After updating and then opening and migrating my project to 1.19, my OCTOSPI settings and the "octospi.c" file were gone.  When I ...

SJR1 by Associate II
  • 142 Views
  • 3 replies
  • 2 kudos

Resolved! User LED2 mapping bug on Nucleo-H753ZI

Hello,  Began learning STM32 MCUs with my Nucleo-H753ZI board and I think I found a bug. The IO configurator on CubeIDE thinks user LED2 is on PB7 and is blue coloured. I'll paste the code it generates below. But in fact, the user manual UM2407 says ...

Resolved! Error with CMake in New Version 6.15.0

Today, while using the CubeMX product, I upgraded to version 6.15.0 (previously 6.14.1). After upgrade, the CMake step when generating project code failed. Even when generating an empty project, CMake still did not succeed. I also tried previously wo...

Mocozzz by Associate II
  • 1509 Views
  • 13 replies
  • 5 kudos

CUBEMX 6.15 with Keil Full Assert bug

Same problem here (Cube 6.15.0, Keil uVision  Although HAL is selected, Cube installed both HAL and LL files for ADC and some other peripherals by mistake.  which results in a compile error ../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c(25...

regjoe_2-1758639075547.png regjoe_0-1758638667389.png regjoe_1-1758639027356.png
regjoe by Senior
  • 387 Views
  • 8 replies
  • 1 kudos

Resolved! sysmem.c build error in clang

When building an STM32CubeMX generated cmake project with clang there are two files that generate errors:sysmem.cthe linker script (STM32L431RCTX_FLASH.ld and stm32l476rgtx_flash.ld)sysmem.c produces the following error:Core/Src/sysmem.c:30:35: error...