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

STM32H745 dual core communication

Hello​Since the MCU is relatively new and there are few references related to it I would like to ask if you are familiar of and could recommend any application note/tutorial/examples which clearly explain communication between CM7 and CM4 cores, shar...

MMatu by Associate III
  • 882 Views
  • 2 replies
  • 1 kudos

Resolved! STM32G070CB: STM32CubeMX V5.3.0 with STM32Cube_FW_G0_V1.3.0 fails to configure SYSCLK above 16MHz via the PLL

The following statement inside HAL_InitTick() is not dividing SystemCoreClock by 1000, as it should be. It's dividing by 1. So later, in SysTick_Config(), when argument ticks=64,000,000 which exceeds SysTick_LOAD_RELOAD_Msk of 0xFF'FFFF, a HAL_ERROR ...

DBroo.1 by Associate III
  • 941 Views
  • 4 replies
  • 0 kudos

SDIO problem when using FatFS on STM32F413

Hi, I am currently working on a project where I will have to log data to an µSD card using a STM32F413. I created a project in STM32CubeMX (version 5.0.0) and setup SDIO (currently in SD 1bit mode, but I also tried 4 bit mode). I also set up FatFS in...

YFric by Associate II
  • 1268 Views
  • 4 replies
  • 0 kudos