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

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

Resolved! STM32CubeMX USB CDC defaults do not compile

Posted on October 04, 2017 at 11:52Hi,Currently the defaults set for STM32F042 in STM32CubeMX v4.22.1, FW 1.9.0 for USB CDC will not compile after generation.This is because the USB CDC Rx and Tx Buffers are set to 2048B each by default, which is to...

Resolved! STM32CubeMX usb_device.c customization points?

Posted on July 02, 2017 at 02:49I am using STM32CubeMX 4.21.0 with the STM32L4 HAL library version 1.8.1.It seems that the Src/usb_device.c includes code with customization points (e.g. HAL_PCDEx_BCD_Callback() has a user code comment block) but the...

Publish the CubeMX repository on Github?

Posted on January 18, 2018 at 16:31Since ST already https://github.com/STMicroelectronics, could you consider publishing there the CubeMX repositories content?So that users could clone the Cube BSPs and libraries into their projects, as git sub-modu...

Pavel A. by Super User
  • 1114 Views
  • 5 replies
  • 0 kudos

CUBEMX RCC settings unfunction

Posted on March 03, 2018 at 07:46I am using STM32CUBE V1.0 Version 4.24.0I am using STM32F107VC.In the RCC settingsFor the purpose to know the what code has been modified.I use WinMerge to compare the outputs.I enable the [1] (mark by yellow) and [3...

0690X00000609skQAA.png 0690X00000609h5QAA.png

I2C - generated CubeMX

Posted on March 28, 2017 at 22:56Hello, I still tried with I2C on nucleo F401RE. I am use STM32CubeMx for generate files, but my program is not working. I  want send three bytes on I2C in blovking mode. This is my code: I2C not working, still is log...

Sigh - another CubeMX bug...

Posted on February 27, 2018 at 01:04Version 4.24.0 STM32CubeMX - STM32F303RCTx has pin 18 as PF4 instead VSS - thought I had an extra signal!!#cubemx-v4.24

Bug reporting: USB CDC: Using non-initialized dynamic memory

Posted on February 25, 2018 at 00:06DUT:Device: STM32F407VGTBoard: STM32F4-DISCOVERYPC part:OS: Windows 10Driver: USB Serial Device, Microsoft, 6/21/2006, v10.0.16299.15Initialization code is generated using the STM32CubeMX Version 4.24.0 with STM32...

zoromgerg by Associate II
  • 1049 Views
  • 3 replies
  • 0 kudos

Why is HAL documentation lacking?

Posted on February 02, 2017 at 11:40The ST HAL should make programming STM32 microcontrollers easier. After all, it is a 'Hardware Abstraction Layer'. It provides an interface to the user, so he doesn't need to manipulate the hardware registers dire...