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

How to use printf() function with stm32cubeMX + sw4stm32

Posted on September 01, 2015 at 19:13Hi to every one,It's the first time that I use the STM32CubeMX + SWSTM32 to program a stm32f401RE board. I have done already some example project but I can't use the printf() function to communicate  with a termi...

gae089 by Associate II
  • 7362 Views
  • 21 replies
  • 0 kudos

CubeMX I2S without WS pin

Posted on April 12, 2018 at 21:08I want to use I2S for single MP45DT02 MEMS microphone, for which I2S WS pin is not needed. CubeMX forces WS pin when enabling I2S peripherial, but I need to use this pin as GPIO for something else. Is this a bug in C...

Resolved! STM32CubeMX 4.25 wrong pin labels / positions STM32L433RCTx

Posted on April 12, 2018 at 11:26Hi guys.I'm working on a STM32L433RCTP based project with STM32CubeMX.It's probably not the best idea to use CubeMX as a reference, if you have the datasheet / ref manual....It took some hours for me to figure out, w...

0690X0000060AZAQA2.png
H. K. by Associate
  • 944 Views
  • 1 replies
  • 0 kudos

freertos.c uses undefined __weak attribute

Posted on June 25, 2017 at 23:49I am using STM32CubeMX 4.21.0 for STM32L4.  When using FreeRTOS with tickless support, the freertos.c file is generated with functions decleared __weak, but this macro is not defined.  I am generating for GCC.  I am r...

Resolved! Encoder mode with CubeMX

Posted on April 06, 2018 at 21:47Now that encoder mode seems to be missing from CubeMX, at least for STM32F070 and STM32F407 devices, what is the most 'CubeMX-friendly' way to use it? The idea is to generate a CubeMX project, then run a script to ma...