STM32CubeMX (MCUs)

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

STM32CubeMX hangs at code generation

I create the project in STM32CubeMX, version 5.1.0.Select STM32F3-Discovery board.Delete USB and change HAL to LLClick "Generate Code" and the program hangs up. the screenshot and .ioc file is attached.How to learn the reason?

DOlov by Associate
  • 540 Views
  • 1 replies
  • 0 kudos

FreeRTOS Tasks stack size on STM32L4

Hi all,I am working on stm32l486 chip.When I created (using CubeMx) two tasks with a stack size equal to 256 words. The project is running well:osThreadDef(Task1, vTask1, osPriorityNormal, 0, 256); Task1Handle = osThreadCreate(osThread(Task1), NULL);...

Dev1 by Associate II
  • 1537 Views
  • 3 replies
  • 0 kudos

Resolved! CubeMX 5.1.0 can not re-open saved file

I have saved the attached project file in CubeMX, but I can not open it again. CubeMX just waits forever after I start to open it. What can I do? Please give me a hint quicly, I am working on an urgent project. Thanks.

STM32F030C6 MCU Sleep Mode

Hi All,I am working on the STM32F030 MCU and developing code for the low power consumption for my application.I need to develop code for the sleep mode, in which after few minutes it goes to sleep mode to save power. But some how I am not getting tha...

K_P_D by Associate II
  • 1226 Views
  • 7 replies
  • 0 kudos