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
  • 1217 Views
  • 0 replies
  • 1 kudos

STM32H7S78-DR code can't be generated in CubeMX

Hello everybody,I am trying to generate a project for the STM32H7S78 using the latest version of STM32CubeMX. However, when I click on "Generate Code", the process stops at "Copying library files" and does not proceed any further.I usually work with ...

Thinker by Associate
  • 456 Views
  • 1 replies
  • 0 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
  • 2909 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
  • 409 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
  • 835 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...