Skip to main content
Associate
November 12, 2024
Question

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

  • November 12, 2024
  • 1 reply
  • 1255 views

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

ST Technical Moderator
November 21, 2024

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 "Best answer" on the reply which solved your issue or answered your question.Best regards,FBL