Problem with sending more than 16Kbytes of data with CDC_Transmit_FS.
We are trying to send serial data from an ST microcontroller to a PC using CDC_Transmit_FS.We can send data less than 16Kbyte (4096 * 4byte) without any problem, but when we try to send larger size, sometimes we get USBD_STATUS_CANCELED (confirmed by...