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

SD Card problem with sd-diskio.c generation

I have a simple program using Touchgfx and Freertos running on the following:STM32H735G-DKSTM32CubeIDE V 1.19.0STM32Cube_FW_H7_V1.12.1I have enabled SDMMC1 (in 1 bit mode, but 4 bit is the same), configured FATFS, and created a task to mount the SD c...

CYBR by Associate II
  • 544 Views
  • 1 replies
  • 2 kudos

Resolved! adding code to a project without CubeMX deleting it

I have a project that is using AzRTOS, ThreadX, NetX, FileX, UsbX, and i'm still using cubeMX to reconfigure the hardware and drivers.  I understand that users need to put code between the "USER CODE BEGIN" and "USER CODE END" comments, if you're sti...

matt-crc by Senior II
  • 2206 Views
  • 3 replies
  • 1 kudos

clarity on external loader using stm32h750xbhx

by using the stm32h750xbhx i created two projects. one is bootloader and other is application. we are trying to use external flash to store the application, as the file size is much larger than the capacity of the internal flash.and we are trying to ...

Linker error with LL SPI driver when I2S is not configured on STM32G4

在使用 STM32CubeMX 进行项目配置时,我只启用和配置了与 SPI 外设相关的功能,而没有激活任何 I2S 功能。生成代码后,我选择使用低层 (LL) 库进行 SPI 驱动程序开发。但是,在项目编译过程中发生了链接器错误。 经过调查,确定了根本原因:意法半导体提供的LL库源文件 不是纯SPI驱动程序,而是复合SPI/I2S驱动程序模块。该文件包含SPI和I2S功能的函数实现。其中,某些I2S函数(例如某些初始化或时钟配置函数)调用依赖于中的实现的特定函数,其中之一是。stm32g4xx_...

Resolved! STM32CubeMX(6.15.0) bug for NUCLEO-H723

In the STM32CubeMX configuration interface, there are two identical options here.They can be configured into different options.After generating the code, it will be based on the configuration of the second option.  

istery_0-1757838266221.png istery_1-1757838420502.png istery_2-1757838480946.png
istery by Associate II
  • 284 Views
  • 1 replies
  • 0 kudos

Tools/CAD network addresses

Good day,I'm using CubeMX 6.15.0 and CubeIDE 1.19.0 on MacOS 15.6.1 on Intel and Windows 10.I've got a little situation, when generating footprints for Altium, I go into <Tools><CAD> and after a short period CubeMX will say "Connection lost... Please...