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

[Bug] SytemClock config with low layer and CubeMx

Posted on May 03, 2018 at 17:31Hi,There is a bug when generating clock configuration with CubeMx on an STM32F413RHT.The SystemClock_Config is missing a line before changing the PWR register (clock is not enable) :void SystemClock_Config(void){  LL_F...

nicolas b by Associate III
  • 340 Views
  • 1 replies
  • 0 kudos

Resolved! STM32CubeMx Training?

Posted on December 07, 2016 at 17:15Hi ST,You have this site: http://www.st.com/content/st_com/en/about/events/events.html/stm32cube-basics-online-course-with-hands-on-exercises-a.htmlHowever, I never received log-in details after registering for th...

hushel by Associate II
  • 1814 Views
  • 19 replies
  • 0 kudos

Cubemx and IAR

Posted on May 02, 2018 at 22:51When I press the 'generate the source code' button in MxCube a window pops up that says 'Open Folder', 'Open Project', or 'Cancel'. In the past when I would click on 'Open Project' it would take me to the instance of t...

Change CubeMX

Posted on April 22, 2018 at 20:09Hello!After upgrading CubeMX to version 4.25In the * .bin code, did the path to the project come up?This is normal?#what-has-changed-in-cubemx-4.25 #what-has-changed-in-cubemx-4.25-from-cubemx-4.17

High frequency clock signal generation

Posted on April 16, 2018 at 23:34Hi,I'm facing a problem i can't solve. It seem so simple but i think i need an other point of view.For a project using a led driver (LED1642GW) i need a clock in 20MHz~30MHz.I forgot this oscillator in my hardware so...

0690X0000060AYIQA2.png 0690X0000060AJIQA2.png 0690X0000060AbpQAE.png 0690X0000060AcTQAU.png

STM32F103 Timer Interrupt Issue

Posted on September 07, 2017 at 13:48Hello, I'm using STM32F103RBT6 for my project, I've designed a custom board. I'm using cubemx to generate the basic code and Atollic for debugging.I'm reading the switches using external interrupt. In the externa...