STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

Install firmware package from local zip file

Posted on April 19, 2017 at 14:42Hi All,How can I install a new firmware package to stm32CubeMX. I tried to install X-NUCLEO-IDW01M1 which is a wifi driver firmware package. I downloaded the file (en.x-cube-wifi1_firmware.zip) and I tried to install...

zamek42 by Associate II
  • 1538 Views
  • 4 replies
  • 0 kudos

Standard Peripheral Library vs STM32CubeMX(HAL) library

Posted on April 29, 2017 at 17:30As title, what is different betweem stm32f10x-standard-library& # library. Shall we makeSTM32CubeMX to usestandard peripheral library?If possible, please let me know how to do detail.Also, what is different of stm32...

L C by Associate II
  • 2245 Views
  • 7 replies
  • 0 kudos

Resolved! CubeMX v4.20.0 bug in clock configuration?

Posted on March 22, 2017 at 23:04When I generate code for STM32L151CBTx (FW v1.6.0) using CubeMX it enables MCI clock (RCC_ORCILLATORTYPE_MSI) in SystemClock_Config even if only HSI is enabled in the CubeMX clock configuration UI. Similar problem do...

STM32F7 - HSI configuration

Posted on March 21, 2017 at 13:12Hi,I am trying to configure a project in a STM32F769I-DISC1 board using TIM6, DAC1, the FMC connected to the external SDRAM and the DMA (to pass data between SDRAM and DAC).I have generated the configuration using ST...

Resolved! Bugreport STM32CubeMX 4.20

Posted on March 13, 2017 at 15:52 1. Faulty code generation STMCube Generates to following code in the function: void SystemClock_Config(void) RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSI|RCC_OSCILLATORTYPE_HSE;�? this resul...

Resolved! STM32CubeMX 4.20 Clock Config Bug

Posted on April 03, 2017 at 18:07Hey, I just updated my version of STM32CubeMX to 4.20 and now when I generate a project for the STM32F401VCTX using only the RCC-> HSE (A crystal not the internal clock) it gets stuck in SystemClock_Cofig(void). I wa...