Completed
SPI Mode Timing - CPOLO
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Groking the Linux SPI Subsystem
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Common uses of SPI
- 3 SPI Signals
- 4 Basic SPI Timing Diagram
- 5 SPI Modes
- 6 SPI Mode Timing - CPOLO
- 7 SPI can be more complicated
- 8 Multiple SPI Slaves
- 9 SPI Mode Timing - Multiple Slaves
- 10 Linux SPI drivers
- 11 Linux SPl communication
- 12 Exploring via use cases
- 13 Adding a SPI device to a system
- 14 Reading datasheets for SPI details - ST7735
- 15 Reading datasheets for SPI details - MCP3008
- 16 Protocol Driver
- 17 Kernel APIs
- 18 Controller Driver
- 19 Userspace Driver - spidev
- 20 Userspace Help
- 21 Performance considerations
- 22 Performance tools
- 23 Slave Support