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

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

customization using .ftl and .extSettings not working

Hello,I am using CubeMX version 4.27.0 and trying to customize the code generation. My project is configured as a Makefile project.First I tried to use the .extSettings file to make minor modifications to the generated Makefile. Nothing worked as adv...

STM32CubeMX irresponsive after firmware download failure.

Tested with STM32CubeMX 5.1.0, 5.0.1, 4.27.0: I open the Embedded Software Packages Manager and click on a new firmware to install, press Install Now. The Download fails for unknown reason (network overload?), thats okay. See attached picture. But, w...

KnarfB by Super User
  • 561 Views
  • 1 replies
  • 0 kudos

STM32CubeMX project generation and Makefile issues

If Makefile is set as output Toolchain/IDE on STM32L1 (specifically STM32L100C-Discovery board, STM32L100RCT6 onboard), CubeMX generates invalid (unparsable) Makefile. In my case, this were project settings:Generated Makefile has a missing '\' (and d...

Resolved! CubeMx discrepancy with Reference Manual for the STM32F767NIx DMA

Hello,I am working on a project for a STM32F767NIHx. I am using the STM32CubeMx tool and validating using RM0410. The problem I am having is that the i2c4_tx peripheral is not listed in dma1 stream5 on page 248 of the reference manual. CubeMx, howeve...

R_1 by Associate II
  • 788 Views
  • 2 replies
  • 1 kudos

Release build not defining compiler

Posted on March 29, 2018 at 22:22I am using the latest TrueStudio with a project for STM32L452 created using the latest STM32CubeMX.The created project contains both a debug and a release build. When I set the debug as active and look in one of the ...