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

General info on CubeMX generated projects.

I'm using the latest STM32CubeMX Version 5.3.0 (July 2019). I'm trying to wrap my head around the general project structure. Let's take for example a NUCLEO-F767ZI project generated by CubeMX.I'll go through a few conclusions I've drawn so far.1. The...

Change memory map of application using STM32CubeMX

Hello,For a project generated with STM32CubeMX I have to update the memory map in the linker file to be able to use it with a bootloader. The linker file is generated by CubeMX but I don’t see an option to define the starting address of the applicati...

Bug: CMSIS RTOS v2 missing memory pool functions

When CubeMX project is generated with FreeRTOS enabled and using CMSIS RTOS v2, function definitions for memory pool functionality are declared in 'cmsis_rtos2.h' file but their implementations are completely missing from 'cmsis_rtos2.c' or anywhere ...

Error downloading FW.F1.1.7.0 MCU package

Hi,recently I installed STM32CubeMX. When I click 'Check for update' menu item 'STM32CubeF1 Firmware Package V1.7.0 / 09-October-2018' is shown. But when I press 'Install Now' the following error happens:In the log I see:2018-11-20 23:56:39,197 [ER...

Dmitri by Associate II
  • 2645 Views
  • 12 replies
  • 0 kudos

No output on MCO1 after generating code from CubeMx

Hello,I have used CubeMx to generate a project which should do the following:configure PA8 as MCO1 and on it I want to output HSI clock which as I understand is by default 16MhzSo in CubeMx I configured PA8 as MCO1.The generated code was this:/* USER...

0690X000009YwZXQA0.png
PPopo by Senior
  • 930 Views
  • 6 replies
  • 0 kudos

STM32CubeMX 5.3.0 doesn't work in command line mode

I'm using STM32CubeMX 5.3.0 on Linux and following the commands according to "UM1718 User manual STM32CubeMX for STM32 configuration and initialization C code generation" But the commands doesn't work and cubemx just opens directly with an error ment...

bayrem.g by Associate
  • 406 Views
  • 0 replies
  • 0 kudos

STM32F407IGTx STCubeMX strange values

Hello,I would like to know why if you are building a project with code-generated makefile for the MCU STM32F407IGTx (QFP176 pins) the linker file STM32F407ICTx_FLASH.ld tells the compiler the RAM origin at 0x20000000 has a length of 128K instead of 1...