On Thu, 14 Jul 2005, gopi vagga wrote:
> Hi,
>When i connect a USB device controller to a PC, i see both EP0 IN
> and EP0 OUT interrupt bits (set) in the interrupt register of USB
> Device Controller.
>Which one to process first?
>Is it correct if i process EP0 OUT because to process E
Hi,
When i connect a USB device controller to a PC, i see both EP0 IN
and EP0 OUT interrupt bits (set) in the interrupt register of USB
Device Controller.
Which one to process first?
Is it correct if i process EP0 OUT because to process EP0 IN, i
need to put some data in the IN buffer.
Pl