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

Howto recover from Ethernet link down?

Hi All,I'm using an STM32F429ZIT6 (on a Nucleo-144), with PHY LAN8720A ethernet. The application base was generated by CubeMX, and it is using the HAL libraries. I'm using FreeRTOS threads, also for managing the ethernet and lwip stack.The Nucleo boa...

Ken CK by Associate II
  • 971 Views
  • 1 replies
  • 0 kudos

CubeMX does not correctly handle changing FW versions

CubeMX will not correctly re-generate code after changing STM firmware versions.I want to be able to modify my project's version of STM firmware throughout the course of development. For example, to pickup any upcoming bug fixes, or to point to a pat...

0693W000003QUxRQAW.png 0693W000003QUxWQAW.png 0693W000003QUy5QAG.png
Miles1 by Associate III
  • 522 Views
  • 2 replies
  • 0 kudos

Resolved! I2S and Low-level drivers (LL)

Hello everyone! Is it possible to initialize an I2S interface using LL drivers?There is only one option in the CubeMX (project manager->advanced settings): HAL. Other peripherals (for example I2C, TIM, USART, SPI) have 2 options HAL/LL. Is it any se...

USART overrun after receive timeout interrupt is enabled

USART1 is configured using code generated by CubeMX to run at 9600 8N1 in FIFO mode with Rx FIFO threshold set to 7/8 full. Receive is done via interrupts into an 80-byte buffer and callbacks are used to transfer data out of the 80-byte buffer. Every...

0690X00000Bv0d6QAB.png