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
  • 388 Views
  • 4 replies
  • 6 kudos

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
  • 647 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
  • 843 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 ...

Resolved! STM32L4 USB VCP project not compiling

Hi I am using STM32Cube V1.0 , version 4.24.0 along with Atollic TrueSTUDIO® for STM32 V9.0. Within Cube I created the project with USB, and created the source code. When I try and compile it I get a bunch of HAL errors, HAL_init() undefined and a ...