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

F303RE Nucleo analogue reading inconsistency

Pretty much the code is generated by Cube.I am reading 11 adc's some on adc1 and some on adc2. If I put the pins to 0 gnd i have consistent reading 0. All pins to 3.3v I have But reading in a looppa7,pa7,pa7,pa7,pa7,pa7pa7 4095pa7 4095pa7 4031pa7 403...

Marius CO by Associate III
  • 448 Views
  • 0 replies
  • 0 kudos

use fifo checkbox

There used to be a checkbox "use fifo" where i could chose duble buffer dma, but now there is no such function. (see screenshot) Why? Can anybody say me please, you havent this too?PS: New CubeMX 5.0.0 design is so terrible ((

mkozi.17 by Associate II
  • 581 Views
  • 1 replies
  • 0 kudos

KEIL very slow with CubeMX

Posted on January 29, 2018 at 20:33Hello!I am using KEIL MDK 5 and it is compiling very very slow.CubeMX  v4.24STM32CubeF4 v4.19.Any ideas  ??ThanksSasha#cubemx-4.24 #keil-mdk5

Sasha A by Associate II
  • 3041 Views
  • 14 replies
  • 0 kudos

Resolved! Why __FPU_PRESENT and AMR_MATH_CM4 are not defined for TrueStudio projects generated in STM32CubeMX?

Each time I add __FPU_PRESENT and AMR_MATH_CM4 to symbols to get project compile properly, yet getting 30 warning about __FPU_PRESENT redefined.Project is made straight-forward: configure pins, select TrueStuido, pressing "generate code". Opening pro...