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! STM32H573 UART9 initialization not working

use STM32CubeMX to get the initialization code,but UART9 not work,use the LL LibraryUART9 initializationvoid MX_UART9_Init(void) { LL_USART_InitTypeDef USART_InitStruct = {0}; LL_GPIO_InitTypeDef GPIO_InitStruct = {0}; LL_RCC_SetUARTCloc...

xkl by Associate II
  • 691 Views
  • 4 replies
  • 0 kudos

Custom User Code Sections

In many cases, especially for middleware, it may be necessary to extend the code generated by CubeMX.Since not all files have sections that are untouched by the code generator or some places inside a file are missing those user code sections, I'm oft...

dmocom by Associate II
  • 805 Views
  • 6 replies
  • 6 kudos

STM32CubeMX always enables UART5 interrupt

Hi All! Using STM32CubeMx 6.11.1, and the STM 32L475 processor, I have successfully configured UART 5 to use DMA with interrupts on TX and just interrupts (no DMA) on receive. But whatever I do, STM32Cube seems to generate these lines: /* UART5 inter...

Vandermyer_0-1716368071597.png

LevelX Setup for MX25R6435 on B-L4S5I-IOT01A

Attempting to create a project to access the onboard QuadSPI NOR flash (MX25R6435) on the SM32L4S5 Discovery kit. In STM32CubeMX, select the MX25R6435 under QuadSPI HAL says there is no QuadSPI HAL flash driver available, even though the stm32l4xx_ha...

SLimi.1 by Associate III
  • 547 Views
  • 1 replies
  • 0 kudos

ST generated code warning

Hello,Getting a lot of these warnings in the ST generated code - prefer to be warning free, so legitimate, application code warnings are more obvious. I don't see the ability to suppress individual occurrences, and don't want to remove -Wregister com...

R_DSP_0-1716244187560.png
R_DSP by Associate II
  • 358 Views
  • 3 replies
  • 1 kudos

Generate peripheral initialization to specific directory

STM32CubeIDE 1.10.1STM32CubeMX 6.6.1-RC2 In CubeMX -> Project Manager -> Code Generation there is an option to generate separate file pairs for the peripherals. These files are generated in the Core\Inc and Core\Src folder. Is there a way to have the...

gb2835 by Associate
  • 328 Views
  • 1 replies
  • 1 kudos

X-NUCLEO-GFX02Z1 with Nucleo-H755ZI-Q X-Cube Display Package

In the X-Cube Display Package there is a HelloWorld Application for X-NUCLEO-GFX02Z1 with a NUCLEO-H723ZG. Is it possible to change it in a way to make it on Nucleo-H755ZI-Q running?Otherwise, is there a step by step manual to get the display X-NUCLE...

guc by Associate II
  • 850 Views
  • 8 replies
  • 0 kudos

My own Visual "Configurator"

Hi guys!Still live and kicking, thanks God! My fist public version was/is vscode_nucelo_l152re (totally uninspired, I am bad with naming things) that is a visual configuration tool for the Nucleo_L152RE board and generates code that uses the old SPL ...

Resolved! Did CubeMX 6.7 break H7 Clock Configuration?

Hi,I have just updated to CubeMx 6.7 and now my stm32H755 nucleo board shows error while setting to 480MHz. I'm pretty sure that this board can run this fast before.Did the new CubeMx break clock config feature for H7 devices? There is also this craz...

0693W00000WJnaxQAD.png 0693W00000WJnbgQAD.png
HHuyn.15 by Associate II
  • 1742 Views
  • 4 replies
  • 0 kudos