I am using usb hal library.
My problem is when the transfer (IN) is complete if the transfer is a multiple of 64 bytes, I don't get a callback on CDC_TransmitCplt_FS() otherwise I get a callback.
At the end of the transmission, the transfer is corr...