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

We are pleased to announce that STM32CubeMX 6.16.0 release is available. What is new in 6.16.0: Added support for new microcontrollers across the STM32WBA, STM32N6 and STM32H5 series and the STM32WL3x product line. The related new boards include the...

Aimen1 by ST Employee
  • 904 Views
  • 5 replies
  • 7 kudos

Resolved! STM32L433 code generation issue

When there is an ADC analog watchdog on DAC1 channel 1 output, cube generates the string ADC_CHANNEL_DAC1CH1_ADC2 (which throws an error) instead of ADC_CHANNEL_DAC1CH1.No big problems but worth telling.

MFran.4 by Senior
  • 773 Views
  • 2 replies
  • 0 kudos

Resolved! STM32CubeMX Quick Guide outdated.

I start STM32CUBEMX as beginnger.so I refer to https://www.st.com/content/dam/kms/Contents/Reflibrary/STM32CubeMX_Quick_Guide.pdfbut it outdated. so i want get updated file. also i want to get STM32Programmer reference . ***Moderation Edit: please do...

MYu.1 by Associate II
  • 682 Views
  • 1 replies
  • 0 kudos

Resolved! How do I get back to STM32CubeMX from within STM32CubeIDE?

I used STM32CubeMX to create the initial code for my STM32CubeIDE project. But looking over the generated code, I realize I need to make a change. How do I get back to STM32CubeMX from within STM32CubeIDE in order to modify and regenerate the code?

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
  • 1825 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 Super User
  • 2312 Views
  • 2 replies
  • 0 kudos