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

BUG: CubeMX Code Generation (6.15.0) ST_Cryptolib

Missing pre-processor symbol check in file "Middlewares/ST/ST_Cryptolib/Inc/Commonn/types.h"current line 49:#if !defined(_STDINT_H) && !defined(__stdint_h) && !defined(_STDINT) new line 49:#if !defined(_STDINT_H) && !defined(__stdint_h) && !defined(_...

hga3 by Associate
  • 172 Views
  • 2 replies
  • 1 kudos

RTC_TAMP_IRQHandler Getting continuously triggered.

Hi, I have configured My RTC with LSE of 32.768Khz for STM32G0B1CETxAnd In NVIC Setting RTC & TAMP interrupts are enabled..All these are done using Cube MxAfter HAL_RTC_Init() call from main;  RTC_TAMP_IRQHandler is getting called continuously. Time ...

SPK_FW by Associate II
  • 321 Views
  • 7 replies
  • 1 kudos

Auto-generating Clock Configuration

Hi, we are working on an open-source library OS in Rust for embedded architectures, result of a collaboration between the French research institution INRIA and the Freie Universität Berlin, called Ariel OS. Our OS currently supports a variety of STM3...

CubeMX FREERTOS CMSIS_V2 LWIP - RTOS Dependency

Hello, what do I wrong?  I am trying to setup a new stm32f7xx project, with CMSIS_V2 and LWIP.I use only the CubeMX application at the version 6.15.0, I have tried several hours to get this setting but nothing working.If I select CMSIS_V1 the LWIP us...

Joe94_0-1753131317903.png Joe94_1-1753131376550.png Joe94_2-1753131549084.png
Joe94 by Associate II
  • 275 Views
  • 5 replies
  • 1 kudos

bug in FMC configuration of SDRAM in CubeMX 6.14

16bit SDRAM with 4 banks, 9bit column address, 13bit row should show as 32MB memory area,but it is shown as 16MB.You have to change column address bits to 10bit and back to 9 bits to set the value correctly (32MB).It is dangerous beacause code genera...

trzeci by Associate III
  • 438 Views
  • 4 replies
  • 1 kudos