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

We are pleased to announce that the minor version 6.16.1 of STM32CubeMX is available. What is new in 6.16.1: This release addresses and resolves the issues outlined below: Users of STM32CubeMX version 6.13.0 and later may encounter a HardFault except...

Aimen1 by ST Employee
  • 68 Views
  • 0 replies
  • 1 kudos

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
  • 1113 Views
  • 5 replies
  • 7 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...

timer with STM32L010c6tx (mikroseconds)

I am using STM32L010c6tx processor I need Microseconds function. How can I do it using a timer? https://www.youtube.com/watch?v=SqC0IhLKJ9o&ab_channel=ControllersTech I did as it shows in the video but the program didn't work. Most likely APB2, presc...

ZKURT.1 by Senior
  • 1097 Views
  • 2 replies
  • 0 kudos