Content originally posted in LPCWare by jfong on Tue Apr 05 20:44:23 MST 2011
Hi!
I had download and install the example of "AN10904 USB HID with the LPC1300 on-chip driver". It runs fine on my LPCXpresso_1343 board with the supported host demo program. When I start to write my own host side program to access it, I had noticed that the callback function 'GetInReport" always send back a data package as long as I make an IN request.
Now, my question is that is it possible to send a NAK, instead of a DATA, in this function when using the on-chip USB driver? Anyone can help?
Best Regards,