cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H523RCT6 USBX+FileX+SD card, MSC writing speed is slow and cannot be formatted by PC

Alon99
Associate

Hi Team,

I am using STM32H523RCT6 USBX+FileX+SD card to simulate a USB flash drive, but MSC writing speed is slow and cannot be formatted by PC,The writing speed is only 250KB/S. Can you help me figure out the problem?

1 REPLY 1
FBL
ST Employee

Hi @Alon99 

When using the USBX Device MSC class, the host system manages the filesystem logic, and you should not directly use the FileX API to interact with the storage media. Instead, you should implement the necessary storage driver functions that USBX will call to read from and write to the storage media.

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.