STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.1 released

Hello community, We are pleased to announce you that the minor release STM32CubeMX V6.12.1 is now available for download on st.com. Main issues fixed in this minor release: ADC init code error. When ADC is configured in multimode, an issue with the ...

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

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 Evangelist III
  • 416 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

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