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

Resolved! STM32H745, MDMA_IRQHandler() is missing in stm32h7xx_it.c

I register MDMA call backs, for example XferBufferCpltCallback, XferBlockCpltCallback, etc. using the HAL_MDMA_RegisterCallback() function. But the callbacks never got hit. These callbacks are called from stm32h7xx_hal_mdma.c/HAL_MDMA_IRQHandler(). H...

BVu by Associate III
  • 1369 Views
  • 4 replies
  • 0 kudos

CubeMX deletes existing pin assignments without warning

CubeMX ver 6.2.1 (and also 5.6.1). Start with a new project (STM32G474VE TQFP100 in the attached IOC file). Map pin PC10 to an EXTI function (in my case, falling edge with pull-up) and enable the NVIC EXTI15_10 interrupt. Make sure this pin is "pi...

Bob S by Principal
  • 1324 Views
  • 2 replies
  • 0 kudos

Resolved! STM32G0 HAL upgrade 1.3.0 to 1.4.0

Hello,I updated the HAL libraries for STM32G072RB from 1.3.0 to 1.4.0 (using the CubeIDE and opening the .ioc file and confirming the Migration).However, I can't compile the project any more. Is there something I can do?make -j8 all arm-none-eabi-gc...