STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.11.1 released

STM32CubeMX 6.11.1 was released on st.com as well as an in-tool update patch. Main issues fixed in this patch: Ticket 176645 : STM32CubeMX V6.11.0 has lost the "JTAG (5 pins)" debug mode for all the STM32H7 series but the STM32H7Rx/7Sx microcontrolle...

STM32CubeMX 6.11.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.11.0 is available. What is new in STM32CubeMX V6.11.0? New MCUs series : STM32U0 (STM32U083xx/73xx/31xx), STM32H7RS (STM32H7R7xx/H7R3xx/H7S3xx/H7S7xx) and STM32H5 (STM32H533/H...

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
  • 148 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
  • 429 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
  • 948 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...