STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

FREE RTOS / SDCARD / SDIO / FATFS f_open Problem

I am using STM32F767NIH6 board.I would like to apply SD card this time.It works well in non os, but in free rtos, the sd card fails.if(HAL_GPIO_ReadPin(SD_DETECT_GPIO_PORT, SD_DETECT_PIN) == 0){ if(f_mount(&SDFatFS, (TCHAR const*)SDPath, 0)!=FR_OK) p...

0693W0000059Pu7QAE.png 0693W0000059PtnQAE.png 0693W0000059PtTQAU.png 0693W0000059PsuQAE.png
Ljunh.1 by Associate II
  • 1527 Views
  • 11 replies
  • 1 kudos

STM32CUBEM MX generated HAL code size is more

Hi, I am using STM32F746 discovery board and I generated code using STM32CUBEM MX. I just enabled external crystal as clock and UART. My .text session code size is 10188 bytes which is like 10KB. I wanted to add this code as bootloader but I feel 10...

0693W000004IQGWQA4.png

USE_USB_FS define in v1.25.0 not generated in Makefile

Firmware package v1.25.0 introduced new define for USB stack called USE_USB_FS. This isn't generated anywhere even when USB speed in CubeMX is set to "Device Full Speed 12MBit/s". Previously, the following defines have been used (and they still are!)...

paradajz by Associate
  • 331 Views
  • 3 replies
  • 1 kudos