Completed
System Architecturé
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Implementing a Custom USB Device Controller Driver in Zephyr
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 THE SPEAKER
- 3 Agenda
- 4 System Architecturé
- 5 USB CDC in FreeRTOS
- 6 TinyUSB
- 7 Existing System
- 8 Problem Statement
- 9 Device Connection
- 10 USB Transaction
- 11 USB Packet
- 12 USB Endpoints
- 13 Zero Length Packets
- 14 USB Enumeration
- 15 Initial Strategy
- 16 Troubleshooting
- 17 Initial Results
- 18 Resolution
- 19 Retrospective
- 20 Next Steps