User Activity

I want to programme a USB host CDC. This works as far as it goes. This means I can receive and send data. My problem is that the receive interrupt is called 2 times for data packets with 64 bytes.It is also always called once too often for packets >6...