STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.1 released

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

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

STM32CubeMX as Eclipse plugin on Linux 64 machine

Posted on February 26, 2014 at 01:38I was able to download and install the STM32CubeMX plugin from ST (stsw-stm32095.zip) into my Eclipse 64-bit Kepler SR-1 software on a Linux 64-bit machine.  Opening the perspective created a problem - An internal...

syanke by Associate
  • 4267 Views
  • 21 replies
  • 0 kudos

Resolved! Is there .ioc file in the STM32Cube example?

Posted on March 15, 2017 at 16:00Thank you for your patronage. I am Japanese and a beginner of STM32.I am using STM32F3348-Discovery Board to study BuckBoost algorithm. Is there STM32CubeMX file(.ioc) in the STM32Cube example? STM32Cube MX is very u...

Ken Inoue by Associate III
  • 1619 Views
  • 3 replies
  • 1 kudos

Link_driver failure

Posted on January 17, 2018 at 12:27Hey everyone,For some reason I can mount, open and write to a SDcard. Although for some reason I cant use the LinkDriver function.I have the function setup as if(FATFS_LinkDriver(&SD_Driver, SDPath)==0) and when it...

con3 by Senior
  • 1103 Views
  • 6 replies
  • 0 kudos

Change _Error_Handler() function signature

Posted on October 20, 2017 at 14:51Hello!Right now CubeMX generates code with the following signature of Error_Handler function:void _Error_Handler(char *, int);When I turn my project to use c++, compiler doesn't like it, and I change it to the foll...