STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.16.1 released

We are pleased to announce that the minor version 6.16.1 of STM32CubeMX is available. What is new in 6.16.1: This release addresses and resolves the issues outlined below: Users of STM32CubeMX version 6.13.0 and later may encounter a HardFault except...

Aimen1 by ST Employee
  • 62 Views
  • 0 replies
  • 1 kudos

STM32CubeMX 6.16.0 released

We are pleased to announce that STM32CubeMX 6.16.0 release is available. What is new in 6.16.0: Added support for new microcontrollers across the STM32WBA, STM32N6 and STM32H5 series and the STM32WL3x product line. The related new boards include the...

Aimen1 by ST Employee
  • 1110 Views
  • 5 replies
  • 7 kudos

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
  • 888 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
  • 6365 Views
  • 15 replies
  • 0 kudos

The best way to convert non-CubeMX project to STM32CubeMX ?

Posted on July 10, 2018 at 19:25Hello, can somebody share the most efficient steps to convert non-MX project to a STM32CubeMX structured one? Most (or all?) of the Cube examples are not MX-generated hence they are not structured accordingly. So far ...

eBirdman by Senior II
  • 1566 Views
  • 6 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...