User Activity

I'm creating serial communication application.I'm using STM32F303RE and USB CDC interface generated by STM32CubeMX.I used USBD_CDC_TransmitPacket() for transmitting data from device to PC.But when the data size == 64*x then read() in PC program didn'...