STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.1 released

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

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! how to use external clock source for RTC?

please find the attachment of clock configuration snapshot.i'm trying to use external clock source for RTC application. [i.e, HSE or LSE]But the RTC too faster than the normal time. is it requires any other configuration? orhow to fix this issue?

Vinay1 by Associate II
  • 3369 Views
  • 6 replies
  • 0 kudos

Resolved! STM32cubeMX 6.3.0 missing IRQ handler in BDMA ISR.

On the project we are using LPUART1, more out of pinout convenience than low power, but STM32cubeMX 6.30 and STMCube_FW_H7 V1.9.0 miss placing the HAL_DMA handler for LPUART1 in the BDMA handler.Is there a better place to report STM32CubeMX and FW/HA...

0693W00000FDWa7QAH.png

CubeMX: Project generation have problem

Posted on May 23, 2018 at 12:53Hello guy.    I' upgrade my CubeMX software to V.4.25.1 every thing is clear no problem. But when we try to generate MDK project CubeMX show an project generate problem ( see in attach pic.)    Please tellme how to fix...

0690X0000060BDBQA2.png

The calls to MX_DMA_Init and MX_USART2_UART_Init are generated in the wrong order. The DMA must be initialized first or the UART initialization silently fails to apply the proper configuration. There is no error but the UART doesn't work.

STM32CubeIDE 7.0Nucleo F401REI configured the board for USART2 DMA operations as in the UART_Hyperterminal_DMA example. The generated code called MX_USART2_UART_Init followed by MX_DMA_Init but this ordering does not work. The calls to set the DMA CR...

MScha.8 by Associate II
  • 1095 Views
  • 2 replies
  • 0 kudos

Resolved! How can I configure PHY 8720A in CubeMX?

Posted on June 11, 2018 at 20:22Hi,In the Advanced Parameters of the ETH configuration, there is only the LAN8742A external PHY configuration. Is it possible to use an other external PHY (like 8720A) using CubeMX?I tried with the user PHY, but I don...