Tagged articles
2 articles
Page 1 of 1
Linux Code Review Hub
Linux Code Review Hub
Apr 11, 2024 · Fundamentals

Understanding USB 2.0 Transfer Mechanisms: Bulk, Control, Interrupt, and Isochronous Explained

This article breaks down USB 2.0's four transfer types—Bulk, Control, Interrupt, and Isochronous—detailing their packet structures, transaction stages, error handling, bandwidth limits, and priority rules with concrete examples and diagrams to help engineers design reliable USB devices.

Bulk TransferControl TransferInterrupt Transfer
0 likes · 16 min read
Understanding USB 2.0 Transfer Mechanisms: Bulk, Control, Interrupt, and Isochronous Explained
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Apr 16, 2021 · Mobile Development

Fastboot Protocol Complete Guide: Definition, Commands, and Implementation

Fastboot is a USB‑based protocol that lets developers communicate directly with an Android device’s bootloader to flash or erase partitions, retrieve status, and reboot, using simple commands entered after booting into fastboot mode via key combos or ADB, with host‑driven synchronous transfers across USB speeds.

AndroidAndroid Debug BridgeFastboot
0 likes · 8 min read
Fastboot Protocol Complete Guide: Definition, Commands, and Implementation