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

stm32f103 sdio problem

Posted on June 11, 2018 at 13:11Hi i use stm32f103rct6 for w/r sd card but it not work exactly , it just work once and dont work again . i look to logic analyzer and i think it not  work true . what can i do ? my code :if (f_mount(&myFat,SDPath, 1) ...

Macro visibility on a CubeMX new project

Posted on June 12, 2018 at 00:32Hi all!I use a https://community.st.com/tags♯/?tags=stm32f4xx MCU and I've created a very simple project in https://community.st.com/tags♯/?tags=cubemx‌ forhttps://community.st.com/tags♯/?tags=atollic%20truestudioâ€...

Resolved! [Bug report]CubeMX separate STM8 and STM32 recent files

Posted on January 17, 2018 at 09:03The STM8 and the STM32 variant of the CubeMX seems to be using the same recent file list.This could be confusing because the files are not compatible vice versa:Please separate the list somehow (filter for ioc/ioc8...

0690X00000609PxQAI.png 0690X00000609Q2QAI.png

extend usb host cdc acm driver

Posted on June 08, 2018 at 12:19Hello!I am using the usb host driver generated by stm32cube. I saw that not all acm driver is implemented (commands like CONTROL_LINE_STATE and notifications). I want to to extend the driver to support more commands a...

NUCLEO-L476RG and X-NUCLEO-53L1A1 Working together

Posted on June 06, 2018 at 03:32I ordered and received NUCLEO-L476RG and X-NUCLEO-53L1A1, in the X-NUCLEO-53L1A1 they had and 'expandsion pack' for STM32Cube but when I click on the Additional Software Components selection there is no means to add t...

KevinA by Senior
  • 440 Views
  • 2 replies
  • 0 kudos

Bug Report: CubeMX Generates Bad Init Code

Posted on March 17, 2018 at 21:08 Like • Show 0 Likeshttps://community.st.com/0D50X00009Xkg1FSAR Comment • https://community.st.com/0D50X00009Xkg1FSAR&sharpcommentsUsing CubeMX V4.7.25.0 I get initialization code for RTC.c that won't compile wh...

STM32L4 DISCO USB DEVICE DOES NOT WORK

Posted on April 11, 2016 at 11:19I used CUBEMX (Version 4.14.0) to generate a small usb test program for stm32l4 discovery board. The L4 Lib is Version 1.4.0. When i only initialize USB as device (class CDC) it doesnt' work. All registers seem to b...

Leo_Panda by Associate III
  • 1757 Views
  • 7 replies
  • 0 kudos

CubeMX makefile issue + makefile template

Posted on May 30, 2017 at 08:55Hi guys,CubeMX supports makefile generation starting from 4.21.0 version. I've tested the makefile, however, there are some issues:Major issues:- missing header files dependency (make won't update the output in case a ...