Top Banner
Outli ne Introduction System Architecture ISP1761 USB Host Controller P97922006 彭彭彭 USB HOST DRIVER ON THE UCOS-II
10

Introduction System Architecture ISP1761 USB Host Controller P97922006 彭治 民.

Jan 04, 2016

Download

Documents

Drusilla Cox
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Introduction  System Architecture  ISP1761 USB Host Controller P97922006 彭治 民.

Outline Introduction

System Architecture ISP1761 USB Host Controller

P97922006 彭治民

USB HOST DRIVER ON THE UCOS-II

Page 2: Introduction  System Architecture  ISP1761 USB Host Controller P97922006 彭治 民.

Introduction The ucOS-II is public OS for the real time system,

but never support USB host.

Right now, the USB interface become more important to communicate with the peripheral. such as Mass Storage , USB Mouse…

USB Advantage ,High Speed , Convenient,public…

Page 3: Introduction  System Architecture  ISP1761 USB Host Controller P97922006 彭治 民.

System Architecture- Hardware architecture

Page 4: Introduction  System Architecture  ISP1761 USB Host Controller P97922006 彭治 民.

System Architecture- Software architecture

Perpherial

NXP ISP1761USB controller

FPGA NIOS-II Hardware

DMADDR2

Controller

ucOS-II OS

USB Host driver

DMA controlDriver

BufferControldriver

Task

Internal RAM 512KByte

WiFi

Page 5: Introduction  System Architecture  ISP1761 USB Host Controller P97922006 彭治 民.

USB Detcet Task

USB Hub

USB HAL

USB Dev 127

USB Device ..

USB Device 1USB Device

0

HID ClassCustom Device

Descriptor

Configure

interface

VID,PID 0VID,PID 0

VID,PID 0VID,PID 0subdrivers

VID,PID 0VID,PID 0Class ID

subdrivers

System Architecture- USB Host architecture

Page 6: Introduction  System Architecture  ISP1761 USB Host Controller P97922006 彭治 民.

USB Driver Operation

System Architecture- USB Host Data structureUSB Hub Status

Attach Driver Device_Open

Device_Write

Device_Read

Device_Close

Hub Status

Driver Name

USB Driver List

VID,PID List

Sub Class

Page 7: Introduction  System Architecture  ISP1761 USB Host Controller P97922006 彭治 民.

ISP1761 USB 2.0 Host Controller

Page 8: Introduction  System Architecture  ISP1761 USB Host Controller P97922006 彭治 民.

ISP1761 USB 2.0 access block

Page 9: Introduction  System Architecture  ISP1761 USB Host Controller P97922006 彭治 民.

Demonstrate

Test AP

Wireless Driver

HWWiFi

HWWiFi

Sander/Receiver

Task

USB ControlDriver

Linux OS ucOS-IIPC FPGA

Page 10: Introduction  System Architecture  ISP1761 USB Host Controller P97922006 彭治 民.

THANKS YOU