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

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

CubeMX seems to generate wrong code for RTC_OUT2

Target is the Nucleo G474RE board and I've tried both the CubeIDE (1.3.1) embedded CubeMX and the standalone CubeMX (5.6.0) in both cases if you enable the Calibration option and set it to "Calibration 1Hz routed to OUT2" then the signal comes out of...

Adding Additional Software Pack ARM.CMSIS 5.6.0 onSTM32H743, running on Nucleo H743ZI2, I get 'Incomplete Inclusion' error on all source files - Middleware folder.

Every time, I regenerate the code after including the above ARM file, I get an error on all source files that states 'incomplete inclusion' - enable CMSIS DSP. I have been getting around this by adding the appropriate ARM DSP libraries manually. ...

MLane.3 by Associate II
  • 1492 Views
  • 5 replies
  • 0 kudos

STM32CubeMX 6.0.0 released

What is new in STM32CubeMX V6.0.0?  Added the support of new part numbers in the STM32G4 Series: STM32G491K(C-E)Ux, STM32G491C(C-E)Ux, STM32G491C(C-E)Tx, STM32G491REYx, STM32G491R(C-E)Tx, STM32G491R(C-E)Ix, STM32G491M(C-E)Sx, STM32G491M(C-E)Tx, STM3...

[bug] Minor bug in STM32Cube FW_F7 V1.15.0

When creating a new project in CubeMX for Nucleo-F767ZI LD1 is not initialised and no initialisation code for it is generated. I suspect the reason for this is that on the schematics in UM1974 LD1 is not on the same page as the other user LEDs and is...

Resolved! 480MHz HRTIM on H743ZI?

Hi, has anyone been able to configure maximum clock speed (480MHz per datasheet) for the H743ZI with cubeMX?I can't get the radio button from TIM2_CK to CPU_CK and as such I can't get the PWM resolution I am looking for on the HRTIM. Not my only ques...

Smoun.1 by Associate III
  • 993 Views
  • 4 replies
  • 0 kudos

Resolved! Why is CubeMx so slow?

With every new release cubmx is getting slower and slower. At this point it is not usable, after i change some setting i have to wait several seconds ~10sec for the gui to update, and in the time is updating everything is frozen and apparently doing ...

Resolved! CubeMX integration with BSP drivers

Posted on January 19, 2017 at 19:52I have been using the CubexMX for a few years and have no problems with programming nucleo and discovery boards.I am using Keil IDE.I recently bough the http://www.st.com/en/ecosystems/x-nucleo-iks01a1.html and hav...

Resolved! How to add BSP library cubemxide?

Hi, I try to use stm32f429 lcd screen. for this i need to add bsp library in my project and then use some .c file like sdram.c lcd.c etc. Can someone explain how can i add this library ?What I'm trying to do is in the video on the link, but he's usin...

ZZqk by Associate
  • 3425 Views
  • 4 replies
  • 1 kudos

Resolved! After porting from 1.3.1 to 1.4 all NVIC priorities changed to 0 while FreeRTOS MAX Int Priority allow not less then 5

I have a running project that is based on CubeIDE 1.3.1 and it includes FreeRTOS, FATFS, USB_Device and TouchGFX running on F429.After upgrade to 1.4 and regenerate the code based on the project existing IOC I saw that all the interrupt priorities ch...