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

H7/CubeMX CANFD configuration bug

CubeMX prevents the user from selecting certain (valid) CANFD bit timing configurations."Nominal Time Seg1" and "Nominal Time Seg2" are affected: These should have a minimum value of 1, but instead CubeMX only allows "2" as minimum value.This is prob...

Problems with STM32G431K8Tx

Good day, I'm developing a remote control using a STM32G and I encounter some problems.For my code i need two timers:Timer1: it has a 1us overflow time and is not handled by any interruption, I just use it to count micro seconds for my delay_us funct...

0693W00000GXHqJQAX.png 0693W00000GXHqxQAH.png 0693W00000GXHrCQAX.png 0693W00000GXHpmQAH.png
BBori.1 by Associate II
  • 403 Views
  • 2 replies
  • 0 kudos

Resolved! How to override CubeMX I2C timing register calculations

I'm using CubeMX to configure the BSP for an STM32F767. My clock tree has 54MHz going to I2C2, and when I set up I2C2 with "I2C Speed Frequency" of 400KHz, CubeMX outputs a timing register (I2C_TIMINGR) value of 0x6000030D. With a prescaler of 7 and ...

JHugh.3 by Associate
  • 833 Views
  • 2 replies
  • 0 kudos

Bug: CubeMX does no longer create Timer interrupt handle after chaning HAL Timebase and disabling Systick Interrupt code generation in NVIC

CubeMX does no longer create the TIM1_UP_TIM10_IRQHandler in the stm32f4xx_it.c file after the timebase source have been changed to any timer and System tick timer 'Generate IRQ handler' and 'Call HAL handler' code generation has been disabled in NVI...

makas005 by Associate II
  • 538 Views
  • 1 replies
  • 0 kudos

Resolved! How to setup internal regulator with CubeMX on STM32H755

I'm using CubeMX 6.3.0 with a STM32H755 micro. The cube mx generated code assumes a HAL_PWREx_ConfigSupply( ) setting that is not correct for my hardware. Is there a place to configure this setting? I notice PWR is setup under Power and Thermal bu...

GHolc.1 by Associate III
  • 556 Views
  • 2 replies
  • 1 kudos

G4 library bug

Stm32g4xx_hal_adc.c line 644 adc_multi_skave macro returns null if adc3 is a parameter to the macro, when it should return pointer to adc4.

TMark.14 by Associate III
  • 668 Views
  • 8 replies
  • 0 kudos