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! 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
  • 597 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
  • 254 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
  • 315 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
  • 165 Views
  • 0 replies
  • 1 kudos

CubeMX RTC config issues

Trying to to set up RTC alarm for STM32U5G9 I come across this CubeMX issues:There is no option to disable Calendar date and time setup. Needless to say, probably it does not make any sense to set up date and time on every board reset if it has (as i...

TDJ_1-1735906003846.png TDJ_2-1735907337800.png
TDJ by Lead
  • 438 Views
  • 5 replies
  • 2 kudos

Configure RTC Alarm separately from RTC

Follow on from:https://community.st.com/t5/stm32cubemx-mcus/how-to-have-cubemx-configure-a-peripheral-but-not-enable-it/m-p/761692/highlight/true#M30801 To be able to configure the RTC Alarm in CubeMX, you have to enable it in CubeMX.This means that ...