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