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

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

v6.13.0 generated comment style

I have a project I setup using STM32CubeMX v6.12.0 when I open the .ioc file in the current IDE I am prompted to migrate v6.13.0If I do this, next time I generate code the comment style of the generated code has changed from: /** * @brief The appli...

Tom_y by Associate
  • 233 Views
  • 0 replies
  • 1 kudos

CubeMX RTC config issues

Trying to to set up RTC alarm for STM32U5G9 I come across this CubeMX issues:There is no option to disable Calendar date and time setup. Needless to say, probably it does not make any sense to set up date and time on every board reset if it has (as i...

TDJ_1-1735906003846.png TDJ_2-1735907337800.png
TDJ by Lead
  • 649 Views
  • 5 replies
  • 2 kudos

Configure RTC Alarm separately from RTC

Follow on from:https://community.st.com/t5/stm32cubemx-mcus/how-to-have-cubemx-configure-a-peripheral-but-not-enable-it/m-p/761692/highlight/true#M30801 To be able to configure the RTC Alarm in CubeMX, you have to enable it in CubeMX.This means that ...

Error Validating Model on STM32F746NGHx

Hi everyone,I'm currently working on validating my model on the STM32F746NGHx board. I've added all the necessary extensions, but I'm encountering an error. It appears that the call hierarchy only includes a single function when I generate a c code. ...

mkothuri by Associate II
  • 396 Views
  • 0 replies
  • 0 kudos

Resolved! How to add Netxduo TFTP on CubeMx?

Hello, i am using netxduo in one of my projects and need to use TFTP addon. I am wondering how to activate / install this addon in software selection. There are also some other addons missing. How is it supposed to install and use such missing addons...

AZorn.1 by Associate III
  • 628 Views
  • 4 replies
  • 0 kudos

How to enable exception handling on STM32G474?

Hello,I create my project for the Nucleo STM32G474 board in CubeMX using an output CMake file and now I want to enable exception handling. I noticed the CXX compiler flag had -fno-exceptions, I removed this. However, when I try something as simple as...

DEyer.1 by Associate II
  • 347 Views
  • 0 replies
  • 0 kudos

USB Host High Speed HID_MIN_POLL Can not set to 1

I am using an STM32F405RGT6 and USB3300 to implement a USB Host for a keyboard. When I set hid_min_poll to 1, the keyboard is recognized but key presses are not detected. However, when I set hid_min_poll to 2 or higher, the keyboard works fine, and k...

jim_hu by Associate II
  • 373 Views
  • 2 replies
  • 1 kudos