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

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
  • 499 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
  • 1455 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...