User Activity

I have an STM32F2 MCU acting as a USB CDC Device. When I stress-tested my communication code by sending data as fast as possible (i.e., as fast s the USB Host will allow), I discovered that data was being dropped. In particular, there would be 64 or ...