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

STM32CubeMX code generation error

Posted on November 09, 2015 at 11:52When generating MX_Device.h with CubeMX for a STM32F407 device, the following pin names are illegal, because there is minus sign in the name:/* Pin PA13 */&sharpdefine MX_SYS_JTMS-SWDIO_Pin                   PA13/...

Why CubeMX generated code wipes out USER CODE areas ?

I use the latest STM32F4CubeMX and latest TrueStudio and updated firmware library. I have chosen in the Project Settings "code generator" option "Keep User Code when re-generating" but it does not. User code is strictly within the USER CODE labeled ...

Problem with VCP USB FS and CubeMX STM32H7eval

Hello, everybody.I'm trying to implement USB FS on STM32H734 eval board. I'm using CubeMX to generate code, the version is up to date and i'm using the latest firmware libraries (which is 1.3.0). I generated a standard project and configured a VCP on...

Simon1 by Associate
  • 774 Views
  • 3 replies
  • 0 kudos

Resolved! Bug in STM32H7 1.3.0 ADC multimode.DualModeData

I am using a STM32H7 ADC in multimode. When I generate the source code with STM32CUBEMX 4.26.1 and STM32CubeH7 Firmware Package V1.3.0 / 04-July-2018, i noticed that inside MX_ADC1_Init() in main.c, the following line of code is written:multimode.Dua...

MaxR by Associate II
  • 792 Views
  • 2 replies
  • 1 kudos

STM32CubeMX 4.27.0 deletes empty folders

The latest version of the STM32CubeMX 4.27.0 deletes empty folders in my project structure during project generation.This is a nice feature if it deletes only previously generated folders that are not used any longer, but it also deletes folders that...

I hope that the STM32CubeMX code generation tool can add user-defined keywords to ensure that the user's own added code STM32CubeMX is not deleted when the code is generated.

for example:​“/* USER CODE BEGIN Includes */   ..../* USER CODE END Includes */​/* USER CODE BEGIN 0 */.../* USER CODE END 0 */�?I found that these keywords only work for this definition in the generated code, but after I added them in the original l...

JLee.0 by Associate III
  • 1030 Views
  • 7 replies
  • 0 kudos