STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

Commercial usage of code generated by STM32CubeMX

Posted on March 07, 2018 at 13:49Hello ST community,Our customer requested a software development for his device based on a ST microcontroller. After the development process ends he wants to have the source code what is a common condition for a serv...

CubeMX makefile errors

Posted on January 19, 2018 at 16:12The makefile output feature of CMX is really great but as others have said here it has  bugs that make it somewhat problematic, and it appears that ST are not taking it too seriously.I am trying to use CMX with Vis...

Frank CA by Associate III
  • 1085 Views
  • 4 replies
  • 0 kudos

Timer config in CubeMX

Posted on February 14, 2018 at 14:43Would be very helpful if the Cube automatically showed the clock frequency for timers in Configuration view.Otherwise I have to dig out of the RM which bus corresponds to specific timer - AHB1 or AHB2, then open t...

Pavel A. by Evangelist III
  • 478 Views
  • 3 replies
  • 0 kudos

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