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

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

STM32H7 interleaved ADCs and single DMA confusion

Hi all,I am trying to implement ADC acquisition on one channel, with 14 bit, 4x oversample, at 1 Msmps (1 megasample per second). This is possible only using dual interleaved mode. Moreover, I want to acquire continuosly with circular DMA.But it is n...

Clipboard01.gif Clipboard02.gif
linuxfan by Associate II
  • 1568 Views
  • 5 replies
  • 0 kudos

Resolved! Struggling with HSE

I am in the process of transferring from Mbed to VSCode with the STM332 extension. I have set up a project using CubeMX set to the default settings for a NUCLEO-L073 and have no issues. I believe this setup uses the MSI clock. I am trying to implemen...

pmcew by Associate II
  • 1643 Views
  • 6 replies
  • 3 kudos

MxCube code generator directory structure messed up

Hi,I want to generate code and project files for MDK-ARM and STM32CubeIDE.For this I created a new directory and copied the .ioc file into it and opened it it with CubeMx (latest version 6.13).In the projectmanager/project the following directory str...

initial_view.png modified_view.png stmcubeide.png codegen_done.png
regjoe by Senior
  • 536 Views
  • 1 replies
  • 0 kudos

Resolved! MX_SDMMC1_SD_Init missing HAL_SD_Init

Hi, I'm using STM32CubeMX 6.13.0 and MCU STM32H753VITx.When initializing the SDMMC1, I am missing the call to function HAL_SD_Init.  void MX_SDMMC1_SD_Init(void) { /* USER CODE BEGIN SDMMC1_Init 0 */ /* USER CODE END SDMMC1_Init 0 */ /* USER...

Jack3 by Senior II
  • 632 Views
  • 3 replies
  • 0 kudos

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
  • 365 Views
  • 0 replies
  • 1 kudos