STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Error downloading the following files

After I search this problem on Google, I find alot of people face the same problem as me, and those solution did not really work for me.Yes, I know the workaround by manual download the Zip then parse into %UserProfile%\STM32Cube\Repository, but the ...

TTems.1 by Associate
  • 5472 Views
  • 5 replies
  • 1 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 III
  • 454 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F4 HAL ETH broken

I have tried to generate a new project using STM32CubeIDE from scratch (fw V1.27.0, no way to modify it[!!!]) but it does not compile.A lot of descriptors are missing, like there is no resolution for the following:ETH_TxPacketConfig TxConfig; ETH_DMA...

VaZso by Associate III
  • 3099 Views
  • 8 replies
  • 1 kudos

Resolved! Error MX generation USART/DMA with STM32G0B

Hello community,Warning, when gerating code for STM32G0B with FW_1.5.0, DMA init function is called after USART2 init function.So the DMA doesn't works !!The only way to resolve this i have found is to cut/paste function in the good order ^^Report th...

tvill.1 by Associate II
  • 879 Views
  • 5 replies
  • 0 kudos