STM32U5G9 USB HUB+MSC transmission timeout
Hello,
I want to test the read and write speed of U5 on the USB flash drive. I have made modifications to the demo (STM32U5G9J-DK2 \ Applications \ USBX \ Ux_Host_HUB_HID_MSC) so that I can observe the read and write speed.
#define MASS_TEST_WR_LEN (64*1024)
#define MASS_TEST_LEN (ULONG64)(64*1024*1024)

But when I write data in 64MByte, there is a transmission timeout issue.

How should I solve this problem?
thanks!
