How to Achieve Fastest Transfer Rate on USB MSC Device on stm32h753
Hello,
I'm using stm32h753i-eval2 with the provided example application: MSC_Standalone
My goal is to achieve the fastest transfer of files between the stm32 and the host PC (windows)
When I run the application as MSC_Standalone_HS_release I get around 2 MBytes/s

When I change the macro MSC_MEDIA_PACKET (in usbd_conf.h)
from (8 * 1024) to (32 * 1024)
I get around 4.5 MBytes/s

Is there any other way to increase the speed?
Thank you, Dvir
