STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue with Linker Script in STM32CubeMX 6.12.1

Important Notice for STM32CubeMX Users Current Release: STM32CubeMX 6.12.1 Purpose: This release primarily addresses issues related to STM32MPUs. Problem: Issues introduced with the generated code for Makefile and CMake projects. Recommendation: For ...

SemerCHERNI_15-1729258098740.png SemerCHERNI_16-1729258098742.png SemerCHERNI_17-1729258098750.png SemerCHERNI_18-1729258098751.png

STM32CubeMX 6.12.1 released (updated)

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

CubeMX 6.4 doesn't install well on MacOS

Assume for a moment that the target user is a regular person, not someone who knows that applications are stored in /Applications, you have to fire up Terminal, and cd into an app and navigate down to where the the actual programs are kept, and sudo ...

Resolved! CubeIDE 1.8.0 will not open project/.ioc from older version

I have to take an existing CubeMX project and change the micro (F03 -> G03) which should be quite simple, however my CubeIDE refuses to load the project.I can add the project, and it loads all the source files etc. but it will not build (the menu opt...

JU by Associate III
  • 481 Views
  • 3 replies
  • 0 kudos

GPIO A port pins locked on reset

I am facing an issue with GPIOA initialization upon power reset it's LCKR register is set. so I am unable to initialize some of the port pins mode as output.Can any one help me on what would cause it to stay in this state?GPIOA port pins are chosen f...

bvege.1 by Associate
  • 377 Views
  • 0 replies
  • 0 kudos

Resolved! STM32CubeMX issue for STM32F1 ADC-DMA code

The simple proj is attached to show the wrong code generation for ADC-DMA peripheral.To fix this issue two lines must be changed as below. /* Initialize all configured peripherals */ MX_GPIO_Init(); MX_ADC1_Init(); // ERROR!!! RCC CLK NOT YET ENABLED...

ivainc by Associate III
  • 385 Views
  • 1 replies
  • 0 kudos