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 doesn't allow Fadc > 18 MHz for H743 Rev. V

If from the "Clock Configuration" tab Fadc > 36Mhz then the Clock prescaler for the ADC is automatically set to /2 where the /1 is diabled. For > 72MHz it is /4 where /1 and /2 are disabled. Rev. 2 has an additional /2 divider that has been taken int...

Wde G.1 by Associate II
  • 526 Views
  • 1 replies
  • 0 kudos

Resolved! if i will add any peripherals in existing code , existing code is disappear. new fresh code is generated

Hi, I am using STM32CUBEIDE, project creation is simple. i modified that code and i add the more function. After i need to add another peripherals, so i use .ioc (stm32cubemx) add another peripherials , after save it ask create, when into my proje...

How to disable the FreeRTOS task generation in CubeMX?

This problem was already mentioned two years ago and was allegedly fixed in version 5.2.0 of CubeMX. It is currently impossible for me to remove the default FreeRTOS task from CubeMX (6.0.1 with a STM32 F4 MCU), even removing it from the ioc file doe...

DSchw.4 by Associate
  • 1144 Views
  • 2 replies
  • 1 kudos

MX_***_Deinit ?

Am I suffering from acute dementia, or what...I recall CubeMX used to generate Deinit counterpart for each generated MX_***_Init.Like MX_GPIO_Init() and MX_GPIO_Deinit().Is my memory playing games with me, or is that deinitialization disappeared?