- Embedded Systems Architecture
- Daniele Lacamera
- 182字
- 2021-06-25 21:54:59
USB
The USB protocol, originally designed to replace UART and include many protocols in the same hardware connector, is very popular in personal computers, portable devices, and a huge number of peripherals.
This protocol works in host-device mode, with one side of communication, the device, exposing services that can be used by the controller, on the host side. USB transceivers present in many microcontrollers can work in both modes. By implementing the upper layer of the USB standards, different types of devices can be emulated by the microcontroller, such as serial ports, storage devices, and point-to-point Ethernet interfaces, creating microcontroller-based USB devices that can be connected to a host system.
If the transceiver supports host mode, the embedded system can act as a USB host and devices can be connected to it. In this case, the system should implement device drivers and applications to access the functionality provided by the device.
When both modes are implemented on the same USB controller, the transceiver works in on-the-go (OTG) mode, and the selection and configuration of the desired mode can be done at runtime.
- 嵌入式Linux開發技術
- Instant Optimizing Embedded Systems using Busybox
- Linux自動化運維:Shell與Ansible(微課版)
- Windows Server 2019 Administration Fundamentals
- 直播系統開發:基于Nginx與Nginx-rtmp-module
- 無蘋果不生活 The New iPad隨身寶典
- Hands-On GPU Programming with Python and CUDA
- Web Penetration Testing with Kali Linux(Third Edition)
- Multi-Cloud for Architects
- Docker容器技術與應用
- Office 365 User Guide
- Linux系統安全:縱深防御、安全掃描與入侵檢測
- Implementing Cloud Design Patterns for AWS(Second Edition)
- Serverless Architectures with Kubernetes
- 深入理解嵌入式Linux設備驅動程序