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

How make USB HID work on BluePill (STM32F103C8T6)

Hi friends,I am trying to make me USB HID work on STM32 blue pill (STM32F103C8T6).I generated project from STM32CubeMX, Device should be connected like mouse device ,but after i connected blue pill to pc, it showed error message. In device manager->s...

0690X00000D85WFQAZ.png 0690X00000D85WyQAJ.png
AChyt.1 by Associate
  • 1718 Views
  • 1 replies
  • 0 kudos

BUG: assert_fail() fails

Micro: STM32F030RCTx.Compiler: GCC 9.2.1Package: FW_F0 V1.11.0When USE_FULL_ASSERT is enabled, STM32CubeMX generates this function in main.c:void assert_failed(char *file, uint32_t line) { ... }however the prototype in stm32f0xx_hal_conf.h has been ...

DOsbo by Senior
  • 1086 Views
  • 6 replies
  • 0 kudos

GPIO "user labels" are not always defined in main.h

Hello,When you associate a "user label" with a GPIO (for example DEBUG1 associated with PB11), the associated constants are sometimes not defined in the main.h file (but sometimes yes). When it is not, the associated initialization of the port is als...

JVERN.18 by Associate III
  • 1015 Views
  • 1 replies
  • 0 kudos

Getting a USB Device working

I have been given a board with a STM32L4 MCU on it. Basic features are USB connectionUSART QSPI bus connection to flash memory.I have managed to get a bare bones App working using CUBEMX.Eventually this should look like a memory stick from the USB pe...

Stm32CubeMX deleted my desktop folders/files

Hello there, i chose Desktop as the location of my program then generated the code. The code saved well in my desktop but all the desktop files and folders were deleted!!! Even the ones in my Mac desktop although I am using CubeMx in windows 10. now ...

MAlma.1 by Associate
  • 392 Views
  • 0 replies
  • 1 kudos

FATFS + DMA + FreeRTOS on STM32F446 Fixed

Hi guys i was trying to get the FATFS + DMA + FreeRTOS on STM32F446 working and you have a small error in your code. In order to get the SD Card to work, the HAL_SD_TxCpltCallback and HAL_SD_RxCpltCallback functions in bsp_driver_sd.c should not have...

NMan.11 by Associate II
  • 1262 Views
  • 5 replies
  • 1 kudos

STM32CubeMX Generates Invalid Project

Hi,I use STM32CubeMX and SW4STM32 on my Macs. When I generate a project using CubeMx on my Mac running MacOSX 10.14 it loads fine into SW4STM32 and builds into a valid .bin. However, project files generated on my Mac running OSX10.15 does not compile...

0690X00000D95e1QAB.png