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

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

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
  • 1491 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
  • 1493 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...

Resolved! Configuration Window needs to be scrollable

I'm using STM32CubeMX 5.0.1 for creating projectsWhile configuring GPIO using configuration window the properties windows on the bottom of selected GPIO pin overrides the visibility of other GPIO pins at the bottom on configuration window It is not s...

Path name / Display / package link many things to fix

Hi all,Just upgrade to CubeMX v5.1 (from 4.xx) and just to give you feedback:Code Generation Error:"The Code is successfully generated under PATH but MDK-ARM V5project generation have a problem" This is due to "[" and "]" in my PATH. This was not an ...

Thomas LB by Associate III
  • 399 Views
  • 0 replies
  • 0 kudos

Resolved! Bug with L4's Low Layer RTC month macros

#define LL_RTC_MONTH_JANUARY (uint8_t)0x01 /*!< January */ #define LL_RTC_MONTH_FEBRUARY (uint8_t)0x02 /*!< February */ #define LL_RTC_MONTH_MARCH (uint8_t)0x03 /*!< March */ #define LL_RTC_MONTH_A...