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

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
  • 883 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
  • 1241 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
  • 1697 Views
  • 3 replies
  • 0 kudos

STM32H757I-EVAL board debug not working in keil ?

Dear All,I had purchased STM32H757I-EVAL board. I am not able successfully debug my program.Events happened in sequence,Successfully booted the demo code. Explored all the function shown on the LCD.Using STMCubeMX (Ver 5.3.0) selected the EVAL board ...

Hello. STM32cubeMX v.5.3.0 Generating project as Other Toolchains (GPDSC). The project file is why the prescribed non-existing files .

<file category="sourceAsm" condition="ARM Toolchain" name="Drivers\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f407xx.s"/>       <file category="sourceAsm" condition="IAR Toolchain" name="Drivers\CMSIS\Device\ST\STM32F4xx\Source\Templ...

LKham by Associate
  • 550 Views
  • 2 replies
  • 0 kudos