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

MX 6.14 SAI on STM32H3B3I_eval

HII just upgraded MX 6.14The SAI configuration panel fail to load, all other configurations panel are available. The existing SAI configuration is not changed but MX. It also report an error before the code generation for SAI not correctly configured...

RGrasse by Associate
  • 341 Views
  • 3 replies
  • 0 kudos

CubeMX disable DCache not working properly. BUG

 When DCache is disabled, CubeMX still generates this:#define __DCACHE_PRESENT 1U /*!< CM7 data cache present */If you comment out this line, CubeMX will uncomment it, causing some peripherals to fail.Using 6.14 and the STM32H743 cpu.

Resolved! STM32CubeIDE not generate code for GPIO pin

We are using the STM32WL55CCU6 processor and generating code for two cores. For GPIO it is not possible to specify which core will initialize the GPIO (of course, it is not necessary) but the code and definitions are not generated for any core.STM32C...

Entony_1-1741332753899.png
Entony by Associate II
  • 452 Views
  • 1 replies
  • 0 kudos

STM32CubeMX shows conflicts for STM32F3348-DISCO

Hello,I am working on a project for the STM32F3348-DISCO board using STM32 IDE 1.18.0.I have created a new project with the following settings:- Target Reference: STM32F3348-DISCO- Firmware Package Name and Version: STM32Cube FW_F3 v1.11.5- Initializ...

Sati_0-1741290299579.png
Sati by Associate
  • 332 Views
  • 2 replies
  • 0 kudos

UART get stuck in UART_WaitOnFlagUntilTimeout

Hi, I dont know the reason of this issue, I just generate code via STM32cubeMX after enabling UART4 and below there is the main program!: But my program cannot neither receive nor transmit any data and stuck in UART_WaitOnFlagUntilTimeout. Help pleas...

mmed by Associate III
  • 2654 Views
  • 12 replies
  • 1 kudos

USBX Mutex does not work - CubeMX code generator BUG

Hello, I'm trying to implement a USBX host... and the code generates a lot of runtime errors.  I assume everything is setup properly from CubeMX, but the code always fails.  1- I see that the mutex was created from the debug session: (ux_system_mutex...

mattcrc_3-1741165785810.png mattcrc_0-1741162907896.png mattcrc_1-1741163003693.png mattcrc_2-1741163342925.png
matt-crc by Senior II
  • 516 Views
  • 4 replies
  • 3 kudos