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
  • 1229 Views
  • 0 replies
  • 2 kudos

Resolved! CubeAI generates wrong relative paths in CMake projects

Hi all,this issue is related to: https://community.st.com/t5/stm32cubemx-mcus/cmake-project-generation-with-cubemx-cubeai-fail/m-p/770680/highlight/true#M31054. , where it was solved by updating from STM32CubeMX V6.12.0 to STM32CubeMX V6.13.0. Howeve...

devjalx by Associate II
  • 392 Views
  • 5 replies
  • 4 kudos

Resolved! [Solved] CubeMx, run code generation from command line?

I have a project that uses different MCUs. 99.99% of the code is common for all, so I have different .project, .cproject and .ioc files for each, and use CubeMx to handle the hardware initialization.Currently, it requires manual building: Close the p...

FATFS Middleware for STM32U5 MCUs

Hi,I would like to create a project with CubeMX where I handle files on a SD card with FAT Fs file system using a STM32U5 mcu.When I select the STM32U5 MCU in CubeMX  the FATFS middleware is not available, while If I select other MCUs series like STM...

Resolved! Bugs in the Memory Management Tool of STM32CubeMX v6.15.0

Hi,I am using the following environment and found two bugs.OS : Ubuntu 20.04 LTSSTM32CubeMX : 6.15.0Toolchain / IDE : CMakeBoard : NUCLEO-H563ZIBug 1 : After reconfiguring the memory address and size with Memory Management Tool following code generat...

Fumihiko by Associate II
  • 1824 Views
  • 10 replies
  • 2 kudos

Resolved! DMA Setup not Generated on STM32N6

With HPDMA configured for SAI1A, no DMA setup code is generated with CubeMX 6.17.0. See attached IOC file as an example. Possible that I'm missing a required setting, but I can't find anything.Edit: Fully deleting and re-creating project seems to hav...