STM32F745 USB communication fails
The project consists of STM32F745 MCU and a desktop application. The desktop application sends the data over USB CDC and receives the response back. The problem happens if large data chunks are being sent. What happens is that if several packets of lets say 220 bytes for example are sent a few of them are received without any problems (sometimes 3-4, sometimes 20-30 packets go through, no rules whatsoever). When the communication fails the F745 doesn't receive the whole 220 bytes packet. Sometimes it receives 128 bytes, sometimes 192 bytes, a few time 64 bytes are received and the communication fails. The USB FS is used with max packet size of 64 bytes. The endpoints are bulk endpoints. Library version for F745 is 1.16.2. Any insights would be appreciated as there are no evident errors.
