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

Cube FW 1.14 Seems Quite Broke

Hello:I loaded the newest Cube FW v1.14. On a project that generated and compiled perfectly well under 1.13, it now blows up in 1.14, with around 185 compile errors. Many related to including ARM include files that worked under 1.13 (arm_math.h)I hav...