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

We are pleased to announce that STM32CubeMX 6.16.0 release is available. What is new in 6.16.0: Added support for new microcontrollers across the STM32WBA, STM32N6 and STM32H5 series and the STM32WL3x product line. The related new boards include the...

Aimen1 by ST Employee
  • 535 Views
  • 5 replies
  • 6 kudos

Invalid SRAM6 Warning for U5A5ZJT6Q

Operating System: Windows 10STM32CubeMX version: 6.10.0STM32CubeU5 Firmware Package V1.4.0 / 20-October-2023When I attempt to validate my X-CUBE-AI model on target, I receive the following pop-up:Exploring STM32CubeMX.log shows the following warning:...

EdgyAI_0-1701470114151.png
EdgyAI by Associate II
  • 1906 Views
  • 3 replies
  • 0 kudos

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
  • 216 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
  • 418 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...