Hi,
I need my Keil MCBSTM32EXL board to communicate with a PC by means of a USB connection for data exchange.
My question is this: is there a simple, well documented, code example of how to implement the USB on the keil board?
I know there is this HID example but that's not what I'm looking for.
Thanks,
Henk
The fundamental problem here is that USB is not "simple"!
Remember your experience with the SD Card...
And once you start explaining why that example is not what you're looking for, despite being pretty much what you asked for, this might actually start making sense.
here: http://www.keil.com/forum/20068/
To understand the complexities, you could start here: http://www.lvr.com/usb.htm
Or, to make it really simple, leave the USB part to the experts and use something like this: www.ftdichip.com/.../USBTTLSerial.htm