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

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

HardFault_Handler when enable LWIP and touchgfx

Hello guys. I've bought Riverdi 12.1” board that mounts STM32H757XIH6. I developed graphic part and I use uSD, and USB Mass-Storage without any problems. I use FreeRTOS and FatFS. Now it's time to use Ethernet, so I bought PoE - Riverdi, enabled LWIP...

MauFanGilaMedical_0-1746012830072.png MauFanGilaMedical_1-1746012861994.png MauFanGilaMedical_2-1746012895732.png MauFanGilaMedical_3-1746012927438.png

CubeMX+SD card 4 bit+STM32F796 DISCO SD_FindSCR problem

HI All,I am using STM32F769 DISCO board.I have configured SD card in 1 bit moe and it works fine.But it doesn't work in 4 bit mode.The problem is in SD_FindSCR function.if(__HAL_SD_GET_FLAG(hsd, SDMMC_FLAG_RXDAVL))is never executed.Cube MX version is...

load2005 by Associate III
  • 288 Views
  • 4 replies
  • 0 kudos

CubeMX STM32G0B1 ThreadX CMake

I created a project in CubeMX for STM32G0B1. I added ThreadX middleware. I chose "Add necessary library files as reference..." I generated a CMake project. It was good, it worked fine. After a few weeks of work and dozens of regenerations CubeMX leav...

varghamp by Associate II
  • 251 Views
  • 4 replies
  • 2 kudos

IGMP enable in CubeMX

HiI try to use IP multicast function. With 6.13, i enable IGMP, and then generate code, but it seems there is no any files added(such igmp.h), these files are necessary for multicast.Could you check this IGMP feature?  I have thought it's basic featu...

Peter3718_0-1742880933683.png
Peter3718 by Associate III
  • 225 Views
  • 1 replies
  • 0 kudos

CubeMX 6.14.xx breaks CMake workflows

Really appreciate updates for using proper OBJECT versus INTERFACE library type, but using CMAKE_SOURCE_DIR and CMAKE_PROJECT_NAME have very specific meaning and disallow the ability to utilize a CubeMX project in normal CMake projects. These both re...

F469 SD initialization bug with F4 FW 1.28.1

I'm putting together a small test program in CubeIDE 1.18.1, CubeMX 6.14.1, on Intel MacOS 15.4.1 on a STM32F469I-DISCO and I've noticed some (possibly) incorrect SDIO initialization code.Cube generated this:void MX_SDIO_SD_Init(void) { /* USER CO...