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

Nucleo-U5A5ZJ-Q and RNG code generation

Hello Community,I have a Nucleo-U5A5ZJ-Q development board and have generated code for it using CubeMX (version 6.12.0).  The generated code contains this for the user button:void EXTI13_IRQHandler(void) { /* USER CODE BEGIN EXTI13_IRQn 0 */ /* ...

STMCubeMX replace the app_freertos.c. How to avoid

I'm developing an app on the demo board STM32U5A9J-DKI've created the project from TouchGFX 4.25.0 project STM32U5A9J-DK FreeRTOSIt perfectly works, compile and debug with both TouchGFX and CubeIDE 1.18.1I then opened the .ioc file of the project wit...

nico23 by Senior II
  • 62 Views
  • 2 replies
  • 1 kudos

Resolved! DFSDM filtre synchronization issue in CubeMX

  Moved from STM32H7B0 DFSDM Synchronization: Abnormal Clock Output During Register Configuration to a new thread in STM32CubeMX forum.   Thank you for your detailed instructions!I set a breakpoint as you suggested and found that the audio clock is ...

wenjing_0-1747380862890.png wenjing_1-1747381044407.png wenjing_2-1747381112081.png
wenjing by Associate II
  • 98 Views
  • 3 replies
  • 1 kudos

How to configure external Ethernet PHY?

I have a custom board that uses STM32F746VGT6 MCU and 1894K-33LF Ethernet IC. I have an old STM32CubeIDE project that allows to configure Ethernet parameters (such as duplex mode, speed, autonegotiation) from internal MX configurator. Generating new ...

[STM32CubeMX 6.14.1] text garbling

When I generated the source code with STM32CubeMX 6.14.1, my Japanese comments in USER CODE area are garbled. The character code is Shift_JIS. The version 6.12.1 is no problem.Could you please confirm and modify ASAP?

MTana.1 by Associate III
  • 300 Views
  • 8 replies
  • 0 kudos

Resolved! HSI16 and sysclock configuration using Cube

 Hello, I'm new to ST platform and I would like to understand about clock configuration.I'm using NUCLEOU545REQ board for my development and want to know how to enable HSI16 clock and configure system clock to 24Mhz using stm32cubeGUI.