J. Dosher wrote:
Are there any generic examples of interrupt mode usb drivers? At this
point I'm really not trying to do anything fancy, so I suspect that the
solution is really rather simple.
You seem to mean "interrupt transfers", where the endpoint descriptor
says "run this every N frames" (or
Hi. I've been working on writing a USB driver for the Atmel AT43USB355E
device. This chip has an Atmel micro-controller along with a 2 port USB
hub, and a pair of endpoints for the micro-controller. The chip also has
some generic I/O, PWM drivers, ADC, etc. At this point I'm concentrating
on writin