STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

CubeMX Work Flow

Posted on April 12, 2018 at 19:25CubeMX is a great tool but there is something I am not understanding. I am using System Workbench to write my project. If I go back to CubeMX to make a change it tend to wipe out the code I've added to main.c.  Shoul...

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
  • 5083 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
  • 610 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...