Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
I would like to program my mbed as a USBHID device that responds only when a request comes in. I'm using the code found on this page:
http://mbed.org/cookbook/USBHID-bindings-
but I do not want the mbed constantly polling for traffic. Is there a way to configure the LPC to generate USB receive interrupts? Is there an example or documentation?