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

STm32H745 M4 Clock limitation problem

Hi! I am working with the dual core STM32H745 nucleo board, currently on the M4 core.I am having trouble with configuring my wanted system clock frequency.I want the clock to be 200 MHz and accordingally i try to set it in the CubeMX clock config int...

0693W00000GYfaCQAT.png 0693W00000GYfdQQAT.png
yuri CH by Senior
  • 937 Views
  • 13 replies
  • 0 kudos

Problem in CubeMX 6.4.0 with correct ADC settings

CubeMX 6.4.0 shows an invalid setting for ADC Continuous Conversion Mode.But this entry has to be disabled in this configuration for correct operation (one ADC channel is triggered by timer). It was also no problem in earlier CubeMX versions.@STM: Ca...

0693W00000HqSUaQAN.png
SStor by Senior
  • 342 Views
  • 1 replies
  • 0 kudos

Fail to generate code with cubeMx 6.4

Hello,I'm generating code with CubeMx 6.4.0 with a command line.The generation ends with an error even if the files seems to be correctly generated. Here's the log and the ioc file.ThanksJulien

JulienD by Senior
  • 413 Views
  • 4 replies
  • 0 kudos

Resolved! STM32H743 (STM32H7) SDMMC DMA not configurable

Hello, I'm attempting to use the SDMMC with an SD card, and with DMA. However, when I use the STM32CubeMX IDE, there is no option to enable or use the DMA. Using: STM32CubeMX version 5.3.0Here's the configuration for SDMMC1 on the STM32H743And here i...

0690X00000AA4V8QAL.png 0690X00000AA4VIQA1.png
caleb by Associate III
  • 3024 Views
  • 13 replies
  • 0 kudos

Resolved! Method to reorder peripheral init functions? (DMA BUG)

Is there a way to reorder the peripheral initialization functions in the main.c auto code without opening the .ioc file? MX_DMA_Init() was getting called after MX_USART1_UART_Init() in my project, which was causing the DMA instance's registers to not...

ALars.2 by Associate II
  • 373 Views
  • 2 replies
  • 0 kudos

Resolved! cubeMX 6.4 dialog box breaks command line build

HelloVersion 6.4.0 (and maybe some versions before) introduces an ugly dialog box when generating code. This dialog box breaks command line generation because it needs somebody to click.Can it be replaced by a warning in the logs?ThanksJulien

JulienD by Senior
  • 515 Views
  • 1 replies
  • 0 kudos

STM32CubeIDE v1.8 generation error

/** * @brief GPIO Initialization Function * @param None * @retval None */ static void MX_GPIO_Init(void) { GPIO_InitTypeDef GPIO_InitStruct = {0};   /* GPIO Ports Clock Enable */ __HAL_RCC_GPIOB_CLK_ENABLE(); __HAL_RCC_GPIOC_CLK_ENABL...

ivainc by Associate III
  • 597 Views
  • 3 replies
  • 0 kudos