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

We are pleased to announce that version 6.17.0 of STM32CubeMX is available. What is new in 6.17.0: Added support for new microcontrollers across the STM32WBA, STM32H5, and STM32U3 seriesAdded support for new boards: NUCLEO-WBA25CE1, NUCLEO-H5E5ZJ, ST...

Aimen1 by ST Employee
  • 1564 Views
  • 0 replies
  • 2 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
  • 2671 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
  • 3407 Views
  • 7 replies
  • 0 kudos

Resolved! Why can't a blank CubeMX project not enter while(1) loop.

HiI used a NucleoF072RB and Cube MX. I use Atollic TrueStudio.I wanted to know how to setup and AND before integrating it in another project. So I created a new blank project. I set tup the porject as per the picture ADC_setup. No pin were activate...

sdavi.9 by Associate II
  • 3055 Views
  • 4 replies
  • 0 kudos

Updating fatfs in a project

Hi All,I have downloaded the latest version of the fatfs library from http://elm-chan.org/fsw/ff/00index_e.htmlI have a project with the fatfs middleware running, the project was created via cubemx. So far I have had no issues with the librabry, howe...