Content originally posted in LPCWare by kikaxa on Thu Aug 08 06:53:13 MST 2013
I got working bulk communications by using init code from usb class examples, custom descriptors and by registering endpoint in/out handlers, same way as rom_cdc support code from lpcusblib does in usbd_cdc.c
<50 LOC total, pretty simple.
still need to figure out how to detect usb cable reconnect.