STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! New STM32CubeMX has some major bugs ! (6.7.0)

Hello, Updated CubeMX as well as H7 libraries, and now see problems with clock configurator, as well as some LL function calls in system clock init has no definition !STM32H743XI should have 480MHz clock...  And if we generate code, we get problems ...

0693W00000WKgF6QAL.png 0693W00000WKgEwQAL.png
Linas L by Senior II
  • 876 Views
  • 7 replies
  • 0 kudos

Bug on the "HAL_PWREx_EnableWakeUpPin" function on STM32H7

Hello,I am using STM32H7B0VBT6 and I wanted to activate the wake up from Standby on PA0 (WAKEUP_PIN1) with rising edge, the code used is the following:PWREx_WakeupPinTypeDef sPinParams = {0};sPinParams.WakeUpPin = PWR_WAKEUP_PIN1;sPinParams.PinPolari...

cb.7 by Associate II
  • 179 Views
  • 0 replies
  • 0 kudos

STM32G0 Programmable Voltage Detector working backwards?

I'm checking the PVD example from STM32G0 repository in CubeMx and something looks backwards to me unless I'm misunderstanding it. I'm expecting the rising callback when the voltage is ABOVE the threshold not below like the code shows. Likewise, I'm ...

xpp07 by Senior
  • 656 Views
  • 6 replies
  • 0 kudos

Resolved! Missing option in CubeMX for battery charging on STM32H730

In CubeMX ther is missing optines to select charging of the battery and the seceltion of charging resistor 1.5K or 5KI would expect it to be under "System Core" -> RCC as it should go into resig PWR_CR3 So for my system I have to duck in "main.c" HAL...

MRick.2 by Associate II
  • 484 Views
  • 4 replies
  • 0 kudos