2020-10-30 03:02 AM
My USB device has an input buffer of limited size. If the buffer is full the USB driver should respond with a NAK to any incoming data packets until the buffer has enough space for new data again. How can my application signal this buffer-full condition to the USB stack?