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

We are pleased to announce that STM32CubeMX 6.16.0 release is available. What is new in 6.16.0: Added support for new microcontrollers across the STM32WBA, STM32N6 and STM32H5 series and the STM32WL3x product line. The related new boards include the...

Aimen1 by ST Employee
  • 973 Views
  • 5 replies
  • 7 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
  • 1039 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
  • 1435 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
  • 1989 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
  • 663 Views
  • 2 replies
  • 0 kudos