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

We are pleased to announce that version 6.17.0 of STM32CubeMX is available. What is new in 6.17.0: Added support for new microcontrollers across the STM32WBA, STM32H5, and STM32U3 seriesAdded support for new boards: NUCLEO-WBA25CE1, NUCLEO-H5E5ZJ, ST...

Aimen1 by ST Employee
  • 1562 Views
  • 0 replies
  • 2 kudos

STM32CubeMX Bug Report - CAN bus configurator

Posted on March 05, 2015 at 22:55 STM32CubeMX 4.6.0 Configurator for CAN controller has inaccuracy in calculating of time for one bit. If I set the values for CAN speed 500 kbit /s (bit time 2000 ns) then c...

0690X00000605fhQAA.png 0690X00000605fmQAA.png

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
  • 864 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
  • 4019 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
  • 2363 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...