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

Resolved! Switch from stm32f407 to stm32h753

Hi,I want to switch a project in cubemx from stm32f407 to the stm32h753. (both lqfp100in cubeMX 6.8.0 there is this pinout feature to show compatible cpus. cubeMX lists me all the variants of the stm32F4, L4 and F7 but there are no H7 listed.Is there...

Jnevi.1 by Senior
  • 2609 Views
  • 5 replies
  • 0 kudos

Resolved! When will STM32CubeMX will be up to date concerning FreeRTOS?

Hello,I'm working with:STM32CubeMX version 6.8 (last version)STM32F4 FW version 1.27.1 (last version again)And, when generating a project with FreeRTOS, the FreeRTOS version is 10.3.1This version has been released more than 3 years ago!! It is comple...

ANauz.1 by Senior II
  • 1132 Views
  • 1 replies
  • 0 kudos

Resolved! Updating LSE Drive Capability does appear to work

Hi, I recently had to update the LSE Drive Capability from "low drive" (0x00) to "medium high drive" (0x02) for an STM32U575 project. After making this change in STM32CubeMx and programming the micro with the newly generated code, I noticed the updat...

AGula.1 by Associate
  • 880 Views
  • 1 replies
  • 0 kudos

STM32F103C8T6 + MAX30003

I'm using STM32F103C8T6 controller and I want to connect MAX30003 breakout board. Which preferences it's better to use for the best performance (STMCubeMX)? Can I communicate it with an SPI slave using the UART1 synchronous mode (configured with Cube...

MGGd.1 by Associate II
  • 777 Views
  • 1 replies
  • 0 kudos

CMSIS with Keil

Hi, I have created a project with Keil compiler (v5.17 )and I'd like to use the CMSIS driver for SPI.When I selected CMSIS in RTE, it tells me that I need CubeMX for configuring the HAL.I used CubeMX for generating the code, but there are many errors...

LBern.5 by Associate II
  • 2223 Views
  • 5 replies
  • 0 kudos

CubeMXIDE multiple definition bug still here

FreeRTOS project: code generated includes code in Drivers/CMSIS/Device/ST/STM32F4x/Source/templatesFile is of definitions, likely stm32F4xx.hThis conflicts with the file included at Drivers/CMSIS/Device/ST/STM32F4x/Include.This seems to only happen ...