STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Resolved! Stm32H562 ADC DMA

When generate code for STM32H562 with active ADC + GPDMA1, I can't see code for configuration of GPDMA1. I see only this :static void MX_GPDMA1_Init(void){ /* USER CODE BEGIN GPDMA1_Init 0 */ /* USER CODE END GPDMA1_Init 0 */ /* Peripheral clock enab...

Brussl by Associate II
  • 709 Views
  • 1 replies
  • 0 kudos

NUCLEO-H745ZI-Q Bare Metal via STM32CubeMX

Hello,  I have a NUCLEO-H745ZI-Q  I am using it to self study a bit more at the assembly level of the CM4/CM7.   I used STM32CubeMX to create a Make Project for the MCU only i.e. not the BSP / Nucleo board. I did this so I could poke around  at the C...

STM32Cube Unsupported Version

When does a version of STM32CubeMX or STM32CubeG0 and specifically the associated drivers become Unsupported? Where is this info published? Or does the latest version automatically render the previous version Unsupported.

Data transmission and reception using UART

Hi,I am attempting bare-metal programming for UART data transmission and reception on the STM32L476RG microcontroller. After transmitting data, observed that the debug terminal is only receiving NULL characters. Please help. Here is the code: void Sy...