2023-08-10 02:48 AM
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
2023-08-17 10:20 PM
Another improvement to do, is to enable double buffer (if not enabled yet).