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

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
  • 805 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
  • 849 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
  • 1174 Views
  • 4 replies
  • 0 kudos

Resolved! problem with ADC DMA configuration for STM32H743

I found that STM32Cubemx version 5.3.0 fails to configure ADC DMA operations when building code for the STM32H743.The initialization code set the ConversionDataManagement to the wrong value: hadc1.Init.ConversionDataManagement = ADC_CONVERSIONDATA_DR...

TBibe by Associate II
  • 1645 Views
  • 3 replies
  • 0 kudos