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

extend usb host cdc acm driver

Posted on June 08, 2018 at 12:19Hello!I am using the usb host driver generated by stm32cube. I saw that not all acm driver is implemented (commands like CONTROL_LINE_STATE and notifications). I want to to extend the driver to support more commands a...

NUCLEO-L476RG and X-NUCLEO-53L1A1 Working together

Posted on June 06, 2018 at 03:32I ordered and received NUCLEO-L476RG and X-NUCLEO-53L1A1, in the X-NUCLEO-53L1A1 they had and 'expandsion pack' for STM32Cube but when I click on the Additional Software Components selection there is no means to add t...

KevinA by Senior
  • 218 Views
  • 2 replies
  • 0 kudos

Bug Report: CubeMX Generates Bad Init Code

Posted on March 17, 2018 at 21:08 Like • Show 0 Likeshttps://community.st.com/0D50X00009Xkg1FSAR Comment • https://community.st.com/0D50X00009Xkg1FSAR&sharpcommentsUsing CubeMX V4.7.25.0 I get initialization code for RTC.c that won't compile wh...

STM32L4 DISCO USB DEVICE DOES NOT WORK

Posted on April 11, 2016 at 11:19I used CUBEMX (Version 4.14.0) to generate a small usb test program for stm32l4 discovery board. The L4 Lib is Version 1.4.0. When i only initialize USB as device (class CDC) it doesnt' work. All registers seem to b...

Leo_Panda by Associate III
  • 818 Views
  • 7 replies
  • 0 kudos

CubeMX makefile issue + makefile template

Posted on May 30, 2017 at 08:55Hi guys,CubeMX supports makefile generation starting from 4.21.0 version. I've tested the makefile, however, there are some issues:Major issues:- missing header files dependency (make won't update the output in case a ...

bug in stm32cubemx 4.23 makefile generator

Posted on November 19, 2017 at 21:26(I'm sorry if this is the wrong place to report this)STM32CubeMX 4.23 (tested with MacOS High Sierra, Arch Linux x86_64 with x32 binary emulation) is generating spurious entries during Makefile generation (such as...

CubeMX adc rank number bug

Posted on May 30, 2018 at 14:33Hello there,When configuring an ADC periph (STM32L452) the ranks are assigned incorrectly. Cube generates this:sConfig.Rank = 1;sConfig.Rank = 2;// etcInstead of this:sConfig.Rank = ADC_REGULAR_RANK_1;sConfig.Rank = AD...

0690X0000060BS0QAM.png

about STM32CubeMx question

Posted on June 01, 2018 at 05:35STM32CubeMX generate code in keil5 ,when project into debug environment ,why no periphral register window?#stm32cubeprogrammer

ann Qian by Associate
  • 261 Views
  • 1 replies
  • 0 kudos