STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

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
  • 241 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
  • 473 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
  • 1733 Views
  • 10 replies
  • 0 kudos