DataSheet.es    


PDF AT43310 Data sheet ( Hoja de datos )

Número de pieza AT43310
Descripción USB Hub
Fabricantes ATMEL Corporation 
Logotipo ATMEL Corporation Logotipo



Hay una vista previa y un enlace de descarga de AT43310 (archivo pdf) en la parte inferior de esta página.


Total 25 Páginas

No Preview Available ! AT43310 Hoja de datos, Descripción, Manual

AT43310
Features
Bus Powered Hub Controller
Full Compliance with USB Spec Rev 1
Full Speed USB Host Interface
Four Downstream Ports
Downstream Support for Full Speed and Low Speed Transfer Rates
Continual Monitoring of Port by System Host
Individual Port Power Control
USB Connection Status Indicators
6 MHz Oscillator with On-Chip PLL
Description
The AT43310 is a fully compliant USB hub chip with 5 ports, one upstream port and
four full/low-speed downstream ports. The AT43310 can be used as a stand alone or
can provide a simple and quick method of adding USB ports to an existing device.
As a repeater, the AT43310 provides upstream connectivity between the selected
function and the host. Connectivity involves setting up and tearing down connections,
handling bus faults, recovering from bus faults and detecting downstream device con-
nections and disconnections.
The AT43310 may also act as a hub controller managing the hub operations and
recording the status of the hub, bus transactions, and downstream ports. In this mode,
the AT43310 tracks and generates the bus enumeration, provides configuration infor-
mation to the host, provides individual port status to the host, and controls the port
operation based on host commands.
USB Hub
AT43310
Pin Configurations
SOIC/DIP/Cerdip
PWR2
PWR3
PWR4
VCC5
VSS
OSC1
OSC2
LFT
VCCA
OVL4
OVL3
OVL2
OVL1
VREF
GND
STAT4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
32 PWR1
31 DP4
30 DM4
29 DP3
28 DM3
27 GND
26 DP2
25 DM2
24 VCC3
23 DP1
22 XDM1
21 DP0
20 DM0
19 STAT1
18 STAT2
17 STAT3
Rev. 0901A-A–01/98
1

1 page




AT43310 pdf
AT43310
Endpoint0
Endpoint0 is the AT43310’s default endpoint used for enu-
meration of the Hub and exchange of configuration infor-
mation and requests between the Host and the AT43310.
Endpoint0 supports control transfers.
Standard USB Device Requests and class-specific Hub
Requests are supported through Endpoint0.
The Hub Controller supports the following descriptors
through Endpoint0 (Descriptors are described in detail in
the Descriptors Section of this document):
• Device Descriptor
• Configuration Descriptor
• Interface Descriptor
• Endpoint Descriptor
• Hub Descriptor
Endpoint1
Endpoint1 is used by the Hub Controller to send status
change information to the Host. Endpoint1 supports inter-
rupt transfers.
The Hub Controller samples the changes at the end of
every frame at time marker EOF2 in preparation for a
potential data transfer in the subsequent frame. The sam-
pled information is stored as a byte in Status Change Reg-
ister using a bitmap scheme.
Each bit in the Status Change Register corresponds to one
port as shown below.
An IN Token packet from the Host to Endpoint1 indicates a
request for port change status. If the Hub has not detected
any change on the ports or any changes in the hub itself,
then all bits in this register will be 0 and the Hub Controller
will return a NAK to requests on Endpoint1. If a change in
the port status exists, the Hub Controller will transfer the
whole byte. The Hub Controller will continue to report a sta-
tus change when polled until that particular change has
been removed by a ClearPortFeature request from the
Host. No status change will be reported by Endpoint1 until
the AT43310 has been enumerated and configured by the
Host through Endpoint0.
Power Management
A hub is allowed to draw up to 500 mA from the host or
upstream hub. The AT43310’s itself and its external circuit
except for the downstream ports consume less than 100
mA. Therefore 100 mA is available for each of the hub’s
downstream devices. The power supplied to each port is
individually monitored and controlled by AT43310.
The USB specifications requires that the voltage drop at
the power switch be no more than 100 mV. Careful design
and selection of the power switch is required to meet this
specifications. This is best achieved by using a MOSFET
switch with a very low on resistance. If the port power are
switched individuallly, this resistance must be 1or less
under the worst case condition to assure that even if a
downstream device dissipates 100mA the drop across the
switch is less than 100 mV. If the downstream devices are
switched in common, the switch resistance must be no
more than 250m.
A suitable MOSFET switch for a AT43310 based hub is a P
channel enhancement mode MOSFET. The condition of
the port’s power is monitored at the output side of the
PMOS switch which is connected to the port’s OVLx# pin.
Whenever an overcurrent condition occurs, the MOSFET
switch’s internal resistance causes the output voltage to
drop. If the MOSFET’s output voltage drops to less than the
voltage at the VREF voltage reference pin, the AT43310
interpretes this as an overcurrent condition. The AT43310
does internal filtering to make sure that spurious or switch-
ing transients are ignored. If a true overcurrent condition
Status Change Register
Bit Function
0 Hub status change
1 Port1 status change
2 Port2 status change
3 Port3 status change
4 Port4 status change
5-7 Reserved
Value
0
1
0
1
0
1
0
1
0
1
0
Meaning
No change in status
Change in status detected
No change in status
Change in status detected
No change in status
Change in status detected
No change in status
Change in status detected
No change in status
Change in status detected
Default values
5

5 Page





AT43310 arduino
AT43310
Standard Requests
All required Standard Requests are supported by the
AT43310. Standard Requests, or commands, are sent to
the AT43310 from the Host on the AT43310’s default pipe,
endpoint0. These requests are made using control trans-
fers to endpoint0. The request and request parameters are
sent in a Setup packet which consists of eight bytes. The
following sections describe which requests are supported
by the AT43310 and the corresponding responses as well
as those requests not supported and responded with a
STALL packet.
Clear Device Feature
A Clear Device Feature will disable its remote wakeup fea-
ture when the setup packet is:
Field
Value
bmRequestType
Byte 0
x0000000B
bRequest
Byte 1
01H
wValue
Byte 2
Byte 3
01H
00H
wIndex
Byte 4
Byte 5
00H
00H
wLength
Byte 6
Byte 7
00H
00H
Clear Interface Feature
AT43310 does not support this feature and will respond
with a STALL if a setup packet from the Host is decoded
as:
Field
Value
bmRequestType
Byte 0
x0000001B
bRequest
Byte 1
01H
wValue
Byte 2
Byte 3
xxH
xxH
wIndex
Byte 4
Byte 5
xxH
xxH
wLength
Byte 6
Byte 7
xxH
xxH
Clear Endpoint Feature
The Clear Endpoint Feature request causes the AT43310
to clear an endpoint’s stall status bit if the condition causing
the stall has been removed. A Clear Endpoint Feature
occurs if a setup packet from the Host is decoded as:
Field
Value
bmRequestType
Byte 0
x0000002B
bRequest
Byte 1
01H
wValue
Byte 2
Byte 3
00H
00H
wIndex
Byte 4
Byte 5
00H for EP0
81H for EP1
00H
wLength
Byte 6
Byte 7
00H
00H
Get_Configuration
Get_Configuration returns one byte of data. Bit 0 will be a
copy of bit 0 of the Controller_Status Register. All other bits
will be set to 0. This action will be taken, if the Setup packet
from host is decoded as:
Field
Value
bmRequestType
Byte 0
10000000B
bRequest
Byte 1
08H
wValue
Byte 2
Byte 3
00H
00H
wIndex
Byte 4
Byte 5
00H
00H
wLength
Byte 6
Byte 7
01H
00H
11

11 Page







PáginasTotal 25 Páginas
PDF Descargar[ Datasheet AT43310.PDF ]




Hoja de datos destacado

Número de piezaDescripciónFabricantes
AT43310USB HubATMEL Corporation
ATMEL Corporation
AT43311USB HubATMEL Corporation
ATMEL Corporation
AT43312Self- and Bus- Powered USB Hub ControllerATMEL Corporation
ATMEL Corporation
AT43312ASelf- and Bus-Bus-powered USB Hub ControllerATMEL Corporation
ATMEL Corporation

Número de piezaDescripciónFabricantes
SLA6805M

High Voltage 3 phase Motor Driver IC.

Sanken
Sanken
SDC1742

12- and 14-Bit Hybrid Synchro / Resolver-to-Digital Converters.

Analog Devices
Analog Devices


DataSheet.es es una pagina web que funciona como un repositorio de manuales o hoja de datos de muchos de los productos más populares,
permitiéndote verlos en linea o descargarlos en PDF.


DataSheet.es    |   2020   |  Privacy Policy  |  Contacto  |  Buscar