Skip to main content
Visitor II
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?

    This topic has been closed for replies.

    1 reply

    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.