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

STM32F107vct6 cubemx+ RMII+DP83848+LWIP

Posted on July 11, 2018 at 07:31HelloI want config STM32F107vct6 in cubemx to use RMII+DP83848+LWIP without oscilator(I connect PA1 and PA8 to X1)but in STM32CubeMX->Configuration->ETH->External PHY configuration->PHY is  LAN8742A_PHY_ADDRESS and ca...

0690X0000060MERQA2.png 0690X0000060MEWQA2.png 0690X0000060M6hQAE.png 0690X0000060M6mQAE.png
h_kabiri by Associate II
  • 344 Views
  • 1 replies
  • 1 kudos

USB composite device CDC+HID

Posted on April 19, 2018 at 18:11Hi,i have working HID example with me. But i was trying to integrate CDC class in the existing HID class. I am using cubemx code. After initializing and flashing i got the error as 'Device Descriptor Request Failed' ...

SS.Sagar by Associate III
  • 2975 Views
  • 15 replies
  • 0 kudos

Resolved! CAN BUS CubeMx Settings and Transmit - F091CC

Posted on July 05, 2018 at 10:42Greetings everyone,   I encountered a problem with CAN bus during individual work with STM microcontrollers. First of all I would like to give you some information on what I use.-I am using a microcontroller STM32f091...

0690X00000604jiQAA.jpg 0690X0000060CCDQA2.png 0690X0000060CD6QAM.png 0690X0000060CCIQA2.png

Stm32cubemx + Stm32 HAL (S)RAM usage

Posted on July 11, 2018 at 10:15Dear Community,I am new to the STM32, have used the Renesas platform in the past, it seems to me that the STM32 HAL is using precious (S)RAM memory for information that could be considered constant.For each peripheral...

STM32CubeMX Error Init ADC STM32F1xx

Posted on July 09, 2018 at 12:32 STM32Cube V1.0 / Version 4.0 It does this: LL_ADC_REG_SetSequencerRanks(ADC1, 1, LL_ADC_CHANNEL_TEMPSENSOR); Should be : LL_ADC_REG_SetSequencerRanks(ADC1, LL_ADC_REG_RANK_1, LL_ADC_CHANNEL_TEM...