STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.17.0 released

We are pleased to announce that version 6.17.0 of STM32CubeMX is available. What is new in 6.17.0: Added support for new microcontrollers across the STM32WBA, STM32H5, and STM32U3 seriesAdded support for new boards: NUCLEO-WBA25CE1, NUCLEO-H5E5ZJ, ST...

Aimen1 by ST Employee
  • 1628 Views
  • 0 replies
  • 2 kudos

CubeMX Freeze When Generating Code

Every time I try to generate code using the latest version of CubeMX, the software freezes and remains unresponsive for hours. I have tried using previous versions, but the problem persists. How can I resolve this issue?Screenshot is attached below.P...

STM32F103 SMBus Communication via CubeMX

Hi there, I am a new at SMBus communication. I design a board. Board have STM32F103 MCU and BQ40Z80. I need to make a communication between STM32 MCU and BQ IC but I couldn't find parameter settings in CubeMX.  Software is STM32CubeMX Version 6.11.1 ...

BY by Associate II
  • 5329 Views
  • 7 replies
  • 2 kudos

I2C Custom Timing

Hi,Can anyone point me in the direction of some more information about the custom timing under the I2C parameter settings?Are we modifying a specific register? or something else? Do each of the 8 bits do something different?  

MEde1_0-1712248649852.png
MEde.1 by Associate III
  • 9674 Views
  • 15 replies
  • 5 kudos

Resolved! Why assert_failed in HAL_InitTick()?

After spending some time debugging my project, I was able to narrow my problem down to this and reproduce it as follows:File, New, STM32 ProjectSelect NUCLEO-L412KBIn Pinout & Configuration, SYS, choose Timebase Source TIM16In Project Manager, Code G...

CKugl.1 by Senior II
  • 12334 Views
  • 13 replies
  • 2 kudos

stm32 F407 Timer4 [TIM Input Capture Start DMA]

Dear experts,i used stm32F407 ve make  a project.Through GPIOE connected parallel 16 bit ADC,ADC_busy pin connected F407 Tim4_ch3, enable  Input Capture functions, and enable DMA (P to M mode).get a mounts of data one times.i Referenced st demo,its d...