STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

Resolved! Enable USB Clock Source Freezes Execution

Posted on April 30, 2018 at 14:43 Simple demo application on the Nucleo-L476RG generated in CubeMX with HAL version 1. Nothing but USB Host and a few GPIOs for LEDs enabled. When it comes to the `SystemClock_Config()` it freezes when enabling ...

Resolved! Debug broken after loading CubeMX code

Posted on May 09, 2018 at 04:18I created a very basic LED toggle project for my nucleo-103rb board using CubeMX that targeted Makefile. I opened the software, selected the chip, set PA5 as GPIO Output and clicked generate code. I did not change any ...

Trouble with STM32CubeMX Eclipse plug in v4.20

Posted on March 09, 2017 at 20:36Can not set the input frequency value of quartz LSE/HSE - after entering the frequency value and loss of the input focus, the frequency is divided by 1000. The division is repeated if you return and remove the input ...

Resolved! STM32F429ZI CubeMX APB2 timer clock confusion

Posted on February 25, 2018 at 23:30Hello!I'm new to STM32 so I can be wrong everywhere.According to datasheet(RM0090 Reference manual STM32F405/415, STM32F407/417, STM32F427/437 andSTM32F429/439 advanced ARM�-based 32-bit MCUs, page 152), 'When TIM...

STM32CubeMX LL Driver Bug - HSE calculations

Posted on January 18, 2018 at 09:18Hello,I've encountered a bug in code generation when using the LL STM32F3 drivers 1.9.0 in Cube 4.23.0.The device is theSTM32F303CCTx, although it's probably not device specific.Using the clock configurator and set...

George.P by Associate III
  • 1271 Views
  • 12 replies
  • 0 kudos

[Bug] SytemClock config with low layer and CubeMx

Posted on May 03, 2018 at 17:31Hi,There is a bug when generating clock configuration with CubeMx on an STM32F413RHT.The SystemClock_Config is missing a line before changing the PWR register (clock is not enable) :void SystemClock_Config(void){  LL_F...

nicolas b by Associate III
  • 286 Views
  • 1 replies
  • 0 kudos