Skip to main content
Visitor II
October 30, 2020
Question

How to signal NAK on USB Bulk Out endpoint

  • October 30, 2020
  • 0 replies
  • 646 views

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?

    This topic has been closed for replies.