USB MSC Transmit packet problem.
Hello. I have custom board with STM32H743 and USB3320 in Full Speed Mode. Dont have problem with initialization of MSC (Window read descriptor, configuration and other). But when read blocks from SD card some trouble occurs. With USBPcam and Wireshark I check than Windows read data from SD card in next sequnce: Sector 0 Size 512, Sector 0 Size 512, Sector 2 Size 512, Sector 0 Size 512, Sector 63 Size 512. When reading sector 63 problem occurs: data from STM32 transmitted but on PC dont received.
In debug I see that Sector 63 read success and USB_Transmit function also call.
Maybe someone have suggestions to resolve this problem?
