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

STM32F303CCT6 - STM32CubeF3.1.2.0

Posted on September 04, 2015 at 15:00Hello,I'm having problems initializing the CAN peripheral, using generated code by Cube.APB1 Peripheral clock is 32MHz (XTAL16*PLL4*0.5PRESC).The device cannot get INAK cleared after clearing INRQ.Pins seem to be...

George.P by Associate III
  • 485 Views
  • 2 replies
  • 0 kudos

Bug STM32CubeMX v 4.20.1 and RTC

Posted on May 03, 2017 at 16:30Hi to all i use STM32CubeMX to configure STM32NucleOL152RE and i use IAR,  in old version all work well,now i create easy  program for toggel led every tree minutes, but don't work.i see the system don't configure  the...

antonioB by Associate II
  • 331 Views
  • 0 replies
  • 0 kudos

STM32CubeMX SDADC Configuration

Posted on December 15, 2016 at 15:31I'm using using STM32cubeMX to generate the init code for an STM32373C-EVAL board and have found this problem setting up the SDADC (see picture).Basically, I can't set 'Configuration index' to anything other than ...

0690X00000605sHQAQ.png

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
  • 1333 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
  • 2023 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...