STM32CubeMX (MCUs)

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

[STM32CubeMX 6.14.1] text garbling

When I generated the source code with STM32CubeMX 6.14.1, my Japanese comments in USER CODE area are garbled. The character code is Shift_JIS. The version 6.12.1 is no problem.Could you please confirm and modify ASAP?

MTana.1 by Associate III
  • 26 Views
  • 0 replies
  • 0 kudos

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
  • 159 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
  • 142 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
  • 143 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...

Resolved! Where to apply interim patches?

If I find a bug in CubeIDE/CubeMX's code generation (like not turning on power to SDMMC), is there somewhere on my system that I can alter the boiler-plate code that is used to generate the project until the correction comes out in a future release?T...

Resolved! STM32H750 CubeMX - some PLL options grayed out?

Hi all,I'm trying to set up a new STM32H750 project. I've created quite a few projects using CubeMX in the past, so I'm familiar with the process. However, now I'm trying to start up a STM32H750 project, and I've very quickly run into an issue. In th...