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

Bug Sys Debug disable on MX_Cube_5.4

Hello, After update the CubeMX from 5.3 to 5.4, and I change the IOC and generate a new code, a error appear and debug is disconnected. Before the update:After the update:I doesnt change nothing in the code, just change a GPIO_Input to Output.I insta...

0690X00000ArnWqQAJ.jpg 0690X00000ArnX0QAJ.jpg
joaoleao by Associate II
  • 131 Views
  • 0 replies
  • 0 kudos

Where to report bugs in the STM32CubeMX?

It seems the clock configuration is not generated correctly by the Cube.Used STM32CubeMX Version 5.2.1 for STM32G070RBT deviceThe root cause seems to be the RCC_CCIPR_TIM1SEL is not defined.As a consequence the RCC_PERIPHCLK_TIM1 is not available and...

Andi by Associate II
  • 249 Views
  • 3 replies
  • 0 kudos

Code Generation Bug in STM32CubeMX ? Unable to generate UART (one wire half-duplex mode) pin configuration, resulting in the inability to use UART.

MUC: STM32G031G8UxSTM32CubeMX version: 5.4.0Package version: STM32Cube FW_G0 V1.3.0Keil version: v5.28--------------------------------------------------------------------void MX_USART1_UART_Init(void){ huart1.Instance = USART1; huart1.Init.BaudRate =...

0690X00000Arfm7QAB.png 0690X00000ArfmWQAR.png

Simple I2S app on STM32G0136-disco is failing

I have created a simple app using stm32cubemx and cubeide that waits for a GPIO signal to go low, then plays a canned stream of I2S data to the port. The function call to HAL_I2S_Transmit() is causing the system to reset. Specifically the statement...

Scott3 by Associate II
  • 841 Views
  • 10 replies
  • 0 kudos