STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.1 released

Hello community, We are pleased to announce you that the minor release STM32CubeMX V6.12.1 is now available for download on st.com. Main issues fixed in this minor release: ADC init code error. When ADC is configured in multimode, an issue with the ...

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

STM32CubeMX won't finish generating code and is stuck.

Hi.I am working with a STM32F030x8 microcontroller.I am using KEIL uVision5 version 6.2.0 to test some C code on the microcontroller.From what I understand, I need to generate a startup file in order to build the code properly.Without it I get: ERROR...

0693W00000ANVEZQA5.png
PSchj.1 by Associate
  • 500 Views
  • 2 replies
  • 0 kudos

Resolved! Why is CubeMX trying to enable Overclocking in my project?

I created a new project for an STM32F407VE and when the code is generated CubeMX puts this in SystemClock_Config: /** Activate the Over-Drive mode */ if (HAL_PWREx_EnableOverDrive() != HAL_OK) {  Error_Handler(); }When you try to compile it, it gets ...

MStra.3 by Associate III
  • 512 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H745I-DISCO, problem porting QSPI_MemoryMappedDual example on a brand new CubeMX project with default initialization of the board.

Started with the example that can be found on STM32H7 Github at https://github.com/STMicroelectronics/STM32CubeH7/tree/v1.9.0/Projects/STM32H745I-DISCO/Examples/QSPI/QSPI_MemoryMappedDual , I tried to port it into a brand new project generated with C...

one shot mode

Configuration: 1. timer2 configured as one shot mode2. PA0 acts as IC1,and TI1FP1;PA1 acts an OC2.3.connect external trigger(3.3V LVTTL) to the TI1FP14. cubemx followedQuestion:1.Before enable CCER->CC1E, the amplitude high is 3.3V. While execute the...

Jtee.1 by Associate II
  • 341 Views
  • 2 replies
  • 0 kudos