Content originally posted in LPCWare by HenryPhillis on Sat Mar 23 12:38:50 MST 2013 I assumed that the lpc1343 usb architecture limited me to a max of 64 bytes/ms per endpoint. After reading the USB spec now, I'm wondering if this is incorrect.
Is it possible to send out multiple 64 byte bulk transactions per 1ms frame to an endpoint? Supposedly someone wrote something this, but the page is no longer avaliable: http://www.cygnal.org/ubb/Forum9/HTML/001627.html
Content originally posted in LPCWare by HenryPhillis on Sat Mar 23 14:15:29 MST 2013 As an update.. it doesn't seem like I need to do anything special.. just send more data on the host side. huh. Neat