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

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
  • 313 Views
  • 4 replies
  • 0 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
  • 262 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...