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

STM32CubeMX won't open project with previous FW package

Receiving this message:"This project has been created with CubeMX version 5.1.0The Firmware Package (STM2Cube FW_F4_V1.24.0) required by the Project is not the latest version available in your STM32CubeMX Repository.You can continue with this Firmwar...

AJbotic by Associate II
  • 862 Views
  • 3 replies
  • 0 kudos

I do not know what version of CubeMx this project was made with. (eg Version 5.1.0) I also do not know what version of the firmware package it is.(eg STM32Cube FW_F1 V1.3.1)

I downloaded the project (using CubeMx) from GITHUB, which was already made.But I do not know what version of CubeMx this project was made with. (eg Version 5.1.0)I also do not know what version of the firmware package it is.(eg STM32Cube FW_F1 V1.3....

JKim.15 by Associate II
  • 385 Views
  • 0 replies
  • 0 kudos

Resolved! STM32L462CE FreeRTOS not running

I have generated code from CubeMX for STM32L462CE controller for using the RTOS but it is not working as expected. I attached the CubeMX file. Is there any setting missed in CubemX? Please help me.

AP_040 by Senior
  • 1966 Views
  • 11 replies
  • 0 kudos

How to change "Project Location"

I have just installed CubeMX 5.2.0, and opened an saved Cube .ioc file. When I go to Project Manager the path to "Project Location" seems to be fixed to <Cube Project dir>/<Project name>I've uninstalled Cube, deleted all directories and files related...

MWebj by Associate III
  • 2492 Views
  • 2 replies
  • 0 kudos

Resolved! PWM output on Timer3 Ch1

I've my LCD backlight control on STM32F429 pin PB4, and as a digital output it was fine. I chose this pin because it can be configured as a PWM output.I've set up TIM3 Ch1 in CubeMX. I just want a free-running PWM with a dynamically configurable duty...