STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

STM32H743ZI- NUCLEO rcc(clock) configuration

Hi, I use stm32h743zi nucleo board.I did clock configuration for stm32h7 with cubemx ,but I want to write clock configuration without hal library with registers.My clock configuration codes in attachment.Is there anyone who can tell me where is the m...

akaya by Associate II
  • 975 Views
  • 3 replies
  • 0 kudos

Nor-Flash on Octospi1

I am using the eval board STM32L4R9I-EVAL.The generated code failde in OCTOSPI1_Init/ HAL_OSPI_AutoPolling:it runs by if ((hospi->State == HAL_OSPI_STATE_CMD_CFG) && (cfg->AutomaticStop == HAL_OSPI_AUTOMATIC_STOP_ENABLE)) {.....}else{..........}into...

Leo_Panda by Associate III
  • 2273 Views
  • 10 replies
  • 0 kudos

Resolved! How do I get L432KC SYSCLK to run at 80MHz?

Posted on October 11, 2017 at 17:26Hi,I have a L432KC Nucleo 32 and it never runs as fast as I expect it to.I have configured the clocks in STM32CubeMX as shown in my attached screenshot. I've configured MCO to match the SYSCLK so I can measure it w...