STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

Resolved! STM32H7 Quad-SPI for Ethernet Communication

I'm confused regarding the importance of Quad-SPI for Ethernet communication. I see that pins PH2/PH3 were configured for QSPI without it being activated for either core. I tested leaving these pins in GPIO_Analog mode and still detected UDP broadcas...

DWill.4 by Associate II
  • 1040 Views
  • 4 replies
  • 0 kudos

STM32F7xx LL based flash peripheral

Hi,I want to generate LL based flash module. but i can't generate it from cubeMX.My overall system operations are based on LL.In cubeMX there no option for it.Can you suggest for it, or have any alternative way for it.Thanks Akshay Patil

APati.18 by Associate II
  • 331 Views
  • 2 replies
  • 0 kudos

Legacy HAL TIM interrupt callbacks?

In studying "stm32f0xx_hal_tim.c" I came across this: case HAL_TIM_PERIOD_ELAPSED_CB_ID : htim->PeriodElapsedCallback = HAL_TIM_PeriodElapsedCallback; /* Legacy weak Period Elapsed Callback */ break; It sa...

How to install an STM32 expansion pack?

I was able to start a project in CubeMX from a NUCLEO board selection, GENERATE CODE and build and debug it in CubeIDE or TrueSTUDIO (depending on which app a .CPROJECT file is associated with in Windows).Now I'm trying to import 'STM32CubeExpansion_...

Possible CubeMX clock setup bugs (STM32H7)

1) When changing HPRE prescaler only CubeMX unexpectedly changes timer clock limits.I think those limits should depend on VOS voltage which, in turn, depends on SYSCLK, rather than on post-HPRE clock. As a result, lowering timers' clock lowers the ma...

0693W000008ydsdQAA.png 0693W000008ydsiQAA.png
TDJ by Senior III
  • 280 Views
  • 3 replies
  • 0 kudos

Resolved! Problem with generating code for STM32G474RBT6.

Hi,I am running into some problems with generating new code for my MCU (STM32G474RBT6).I have installed STM32CubeIDE v1.6.0 and FW pack v1.4.0.I have created my entire pinout with a correct setup (my friend checked it and he is working with these MCU...

MartinSMG by Associate II
  • 872 Views
  • 10 replies
  • 0 kudos

[BUG] CubeMX, STM32H723, EXTI/Input, LL drivers

STM32H723 has startup/default GPIOs configuration as "Analog mode". If i select EXTI at PE11 (and probably many other pins), CubeMX generate code which does not change pin mode from "analog" to "input" (and thus EXTI doesnt work). Tested on CubeMX v6...