Hello all,
I don't know if its just me or if the documentation for developing a USB devises is just reference material and does not actually teach an intermediate developer how to do it.
I've read Tiva ware USB Library document, regarding USB CDC device driver API, and am going through the usb_dev_serial project. To me, both seem to not agree. I just don't get the big picture. I seem to be going around following pointers and calls and getting no ware.
Is there an actual tutorial that teaches how to use the Tiva USB library? As just one example: what is the significance of buffers with the CDC class? They seem to be optional, but I don't understand why and how they are used.
Thanks George