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

We are pleased to announce that STM32CubeMX 6.16.0 release is available. What is new in 6.16.0: Added support for new microcontrollers across the STM32WBA, STM32N6 and STM32H5 series and the STM32WL3x product line. The related new boards include the...

Aimen1 by ST Employee
  • 544 Views
  • 5 replies
  • 6 kudos

Resolved! STM32F107+Ethernet+Lwip no longer an option?

STM32CubeIDE Version 1.19.0Build: 25607_20250703_0907I created a project using the STM32F107 and Ethernet. Everything was setup using the .ioc template with Ethernet and various GPIO stuff. Lwip was not included. I generated the code and all of the E...

Resolved! [STM32H7] How to use SDMMC with MDMA

Hello Community,I'm working on a storage module using SDcard for my project. In my application I would like to read and write to the SDcard using the MDMA as indicated in the reference manual of my micro-controller. For now I have the SDcard working ...

MVerr.1 by Associate
  • 8851 Views
  • 13 replies
  • 8 kudos

Starting a new project from a board NUCLEO-F767Zi

Hi,Using STM32CubeMX version 6.15.0When I start a new project from the NUCLDO-F767ZI board I just get a blank chip, none of the component configuration at all, I tried it on two PC's both the same.This used to work and was quite handy starting a new ...

RickHamilton_0-1762946697548.png

USB_OTG_HS grayed out for STM32U595VJT6

Hey! I'm trying to get USB up and running on a STM32U595VJT6. From the reference manual, it says it's supported.   However, when in STM32CubeMX, the USB_OTG_HS is grayed out. This is on a fresh project, so there's no pin conflicts or similar. This is...

bartosz__0-1762861209869.png
bartosz_ by Associate II
  • 107 Views
  • 3 replies
  • 0 kudos

Resolved! sysmem.c build error in clang

When trying to build an STM32CubeMX V6.13.0 generated cmake+gcc 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/sy...