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
  • 538 Views
  • 5 replies
  • 6 kudos

Resolved! TIM16 incorrect, random period

This is for an STM32F303.I've reduced my MX configuration down as much as possible so that it only has SWD and a button on GPIO PA8 configured and the incorrect behaviour still occurs. The intent is for PA8 EXTI falling edge to start a timer, and for...

avidroneg_0-1759763131044.png avidroneg_1-1759763166203.png
avidroneg by Associate III
  • 350 Views
  • 10 replies
  • 1 kudos

Resolved! Can't configure USB Host for STM32WBA on STM32CubeMX

I'm trying to use STM32CubeMX directly or via STM32CubeIDE, and I can't find a way to configure ThreadX + USBX Host for STM32WBA65 boards such as NUCLEO-WBA65RI or STM32WBA65I-DK1.    Only Device classes show up.I've also tried to do it using the par...

noela by Associate II
  • 266 Views
  • 4 replies
  • 0 kudos

Resolved! IDE and STM32H723: Issue with DMAs and ADC handlers name

This (DMA_STR0_IRQHandler) won't, but this (DMA1_Stream0_IRQHandler) is work-fine.Clearly, the naming and cases are different, but these two handlers are part of startup file, were generated from two different projects options (Empty and Cube MX) for...

APatr.1 by Associate II
  • 228 Views
  • 2 replies
  • 3 kudos

OCTOSPI Multiplexed setting gone after IDE/MX update

This morning I updated my CubeIDE to 1.19 from 1.18.  I assume MX updated too... don't know how to check the MX version.After updating and then opening and migrating my project to 1.19, my OCTOSPI settings and the "octospi.c" file were gone.  When I ...

SJR1 by Associate II
  • 212 Views
  • 3 replies
  • 2 kudos

Resolved! User LED2 mapping bug on Nucleo-H753ZI

Hello,  Began learning STM32 MCUs with my Nucleo-H753ZI board and I think I found a bug. The IO configurator on CubeIDE thinks user LED2 is on PB7 and is blue coloured. I'll paste the code it generates below. But in fact, the user manual UM2407 says ...