Content originally posted in LPCWare by r1200gs on Mon May 26 19:31:10 MST 2014
Any further luck with this? I'm headed down the same path and ran into similar frustrations.
I really want reliable ADC sampling/transfer with a rate in the 'high speed' USB range.
I gave up on the LabTool path. Lots more stuff going on there than I want to try and understand (i.e. Qt). Turns out there is a USB stack in ROM on the LPC4370 which looks simpler to use than any USB stuff I have seen to date.
I think the USB examples in the 'usbd_rom_*' (in the example group with 'periph_blinky') are a pretty good place to start.
I'm wishing they'd just include a compiled version of LPCUsbTest.exe with the 'usbd_rom_bwtest' example and our question would be easily answered. Instead I'm off on a twisted path of trying to port that to the 4370 myself as I don't see a 4370 version.
I'm really tempted to start with the 'cypress ez-usb cocoa' app note as a base for the host side. Seems easier and more where I want to go anyway.