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-Cube support for STM32H745??

I downloaded all 5 mx-cube libraries for the stm32h7 series, but it says "MCU not supported" when I clip on stm32745zi?it works with other H series.what am I missing?

RMcCa by Senior II
  • 431 Views
  • 2 replies
  • 0 kudos

Resolved! Debug interface of STM32H7 question

Dear experts,I'm new to M7 (and H7) so pardon me for a stupid question.Created a new .ioc file in CubeMX 5.3.0 for STM32H753 EVAL2 board.There I can select debug interface as JTAG 5 pins or Serial wire (at least).From the Cube report file, in Serial ...

Pavel A. by Super User
  • 1200 Views
  • 3 replies
  • 0 kudos

Is there a fix on using FREERTOS + FATFS + SDIO + DMA?

I am creating a project for the STM32F767ZI. The Fatfs library WITHOUT freeRTOS works well. When I include freeRTOS in my project, I cannot get past mounting the disk:retSD = f_mount(&SDFatFS, (TCHAR const*) SDPath, 1);From reading the forums, I foun...