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

We are pleased to announce that the minor version 6.16.1 of STM32CubeMX is available. What is new in 6.16.1: This release addresses and resolves the issues outlined below: Users of STM32CubeMX version 6.13.0 and later may encounter a HardFault except...

Aimen1 by ST Employee
  • 92 Views
  • 0 replies
  • 1 kudos

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
  • 1144 Views
  • 5 replies
  • 7 kudos

Cube bug or a misunderstanding on my part?

Posted on March 05, 2015 at 01:01My EE was using CubeMX for a 407 and noticed that a lot of the pins can be declared as being GPIO_ANALOG, even if the pins have no analog alternate functions and are not able to be routed to ADCs or DACs.I declared P...

STM32L1 HAL Cube touchkey example

Posted on January 07, 2015 at 20:50I am trying to find an example using a cube to build a project and have a simple touch key. I am only able to find the linear slide example, and non HAL examples. Any help is appreciated! Thank you in advance! #...

travis by Associate
  • 634 Views
  • 1 replies
  • 0 kudos

CubeMX 4.6 not generate main.c and msp.c

Posted on February 03, 2015 at 12:01When i try to generate basic code for my STM32F429-DISCO board, CubeMX 4.6 software not generate any main.c file sometimes msp.c not be generated too !My toolchain is: Keil MDK5.13 - new updateIs it because my too...

0690X00000605dhQAA.png

STM32CubeMX support for MCBSTM32F400

Posted on January 28, 2015 at 14:37Does anyone know if there is any planned support for the Keil MCBSTM32F400 within the STM32CubeMX application? #diy #stm32cubemx #mcbstm32f400

USB CDC Device demo on STM32F4 Discovery with STM32CubeMX code?

Posted on October 27, 2014 at 00:34I am trying to get a USB CDC Device demo working on an STM32F4 Discovery board (with the STM32F407) with code from the STM32CubeMX generator application. The process has been murky at best, hopefully one of you can...

nate1 by Associate II
  • 2646 Views
  • 8 replies
  • 0 kudos

STM32 Cube for F1 devices

Posted on August 23, 2014 at 10:14Does somebody know when the F1 devices will be completely supported on STM32 Cube(i.e. STM32F103)? #stmcube-stmcubemx #stm32f1

predrag10 by Associate II
  • 1488 Views
  • 7 replies
  • 0 kudos

STM32CubeMX ADC Regular Conversion Mode Bug

Posted on November 06, 2014 at 13:34When selecting the number of channels in the ADC configuration window the automatically generated channel fields are off-by-one, e.g. select 4 channels, there are 3 fields generated, here is the demonstration: Tha...

0690X00000605fIQAQ.png

STM32CubeMX - SAI Code generation problem.

Posted on December 04, 2014 at 10:33I am developing an application using the Serial Audio Interface of the STM32F429ZITx.There appears to be a problem in the code generated by STM32CubeMX.The DMA handle hdma_sai1_a is declared as a global variable i...