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

Hello world project clock issue

I have an STM32F415VG custom board with a 25MHz external oscillator.I created an empty project with CubeMX setting the clock to use HSE+PLL to have 72MHz SYSCLK. Nothing else is enabled except the Serial Wire Debug port.I import the project in KEIL, ...

RMais by Associate II
  • 1154 Views
  • 4 replies
  • 0 kudos

STM32G4 CubeMX SystemClock_Config() generation error ?

I generate a LL code with STM32CubeMx 6.4 for STM32G491.In SystemClock_Config() I get LL_RCC_SetSysClkSource (LL_RCC_SYS_CLKSOURCE_PLL) ; LL_RCC_SetAHBPrescaler (LL_RCC_SYSCLK_DIV_2) ; /* Wait till System clock is ready */ while (LL_RCC_GetSy...