STM32CubeMX (MCUs)

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

New project with CubeMX to 769I-disco

Posted on February 11, 2018 at 17:06I'm new to ARM and I brought a STM32F769I-DISCO.Creating a new project with the CubeMX all the SDIO are pre-configured as INPUTS even the ones connected to the USER-LEDs.Did someone find the same mistakes? Could i...

STM32CubeMX seems so ignore Flash TCM setup.

I am pretty sure that old versions of CubeMX (maybe years ago), when generating for TCM interface generated different code than when generating for AXI.At least in the generated STM32F765VGTx_FLASH.ld (I'm working with a F765), I had a base flash add...

raffin by Associate III
  • 659 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F769I-DISC1 only 64Mb accessible?

Hi everyone!I'm new to the forum so please let me know if I should add more information, etc..I am using the external SDRAM (MT48LC4M32B2B5-6A, 128Mb) on the STM32F769I-DISC1 board. The SDRAM was configured with CubeMX to use all four memory banks. E...

FGeig.1 by Associate III
  • 2365 Views
  • 18 replies
  • 0 kudos

Resolved! STMCubeMX MDK-ARM project generation have a problem

Hi I am facing issue with the "generate code" to generate the boiler plate code for the nucleo-f44rehere is the software that I am running with :STMCubeMX_v6-0-1Keil ARM-MDK 5.32java version "1.8.0_271" (Java 8 I believe) , which is the recommended v...

0693W000005Bu6gQAC.jpg 0693W000005Bu7jQAC.jpg
PPoob.1 by Associate III
  • 2545 Views
  • 12 replies
  • 1 kudos

STM32CubeMX: Project generation have a problem

Hello, I am using STM32CubeMX version 4.26.1 and Keil uvision5. For a simple LED blinking example, I have made a model in Matlab/Simulink (both in version 2017b and in version 2018a). However, when I click on "build model" on Simulink, I receive an e...

0690X000006By3UQAS.png
OYava by Associate
  • 1901 Views
  • 4 replies
  • 0 kudos

CubeMX generates garbage CDEF line in Makefile

I've just recently started to use makefiles and one of the requirements is passing a few defines to the compiler. These I define in CDEF as CDEF = -DVAR1 -DVAR2 -DVAR3but after running the code generation, CubeMX has changed that to -DCDEF = VAR1 VAR...