-
Notifications
You must be signed in to change notification settings - Fork 1
USB Documentation Resources
Cameron Sinko edited this page Oct 20, 2019
·
3 revisions
-
- Direct usb.org link with full ZIP of info
- The spec sheet will have all the info, but will generally be a last resort because of how dense the documentation is
-
Interface with USB devices with Python
- Very detailed powerpoint presentation on getting up and running of interfacing with USB devices in a Python program. The presentation keeps in mind things like bandwidth requirements for data streaming
-
- A good goto for looking up reference information (not implementation) of the USB protocol without needing to pull up the spec sheet
-
- Information on how to wire the STM32 with a USB phy for HS operations