參數(shù)資料
型號: T8302
英文描述: T8302 Internet Protocol Telephone Advanced RISC Machine (ARM) Ethernet QoS Using IEEE 802.1q
中文描述: T8302因特網(wǎng)協(xié)議電話高級RISC機(ARM)的以太網(wǎng)使用IEEE 802.1q的服務質量
文件頁數(shù): 214/248頁
文件大?。?/td> 7321K
代理商: T8302
第1頁第2頁第3頁第4頁第5頁第6頁第7頁第8頁第9頁第10頁第11頁第12頁第13頁第14頁第15頁第16頁第17頁第18頁第19頁第20頁第21頁第22頁第23頁第24頁第25頁第26頁第27頁第28頁第29頁第30頁第31頁第32頁第33頁第34頁第35頁第36頁第37頁第38頁第39頁第40頁第41頁第42頁第43頁第44頁第45頁第46頁第47頁第48頁第49頁第50頁第51頁第52頁第53頁第54頁第55頁第56頁第57頁第58頁第59頁第60頁第61頁第62頁第63頁第64頁第65頁第66頁第67頁第68頁第69頁第70頁第71頁第72頁第73頁第74頁第75頁第76頁第77頁第78頁第79頁第80頁第81頁第82頁第83頁第84頁第85頁第86頁第87頁第88頁第89頁第90頁第91頁第92頁第93頁第94頁第95頁第96頁第97頁第98頁第99頁第100頁第101頁第102頁第103頁第104頁第105頁第106頁第107頁第108頁第109頁第110頁第111頁第112頁第113頁第114頁第115頁第116頁第117頁第118頁第119頁第120頁第121頁第122頁第123頁第124頁第125頁第126頁第127頁第128頁第129頁第130頁第131頁第132頁第133頁第134頁第135頁第136頁第137頁第138頁第139頁第140頁第141頁第142頁第143頁第144頁第145頁第146頁第147頁第148頁第149頁第150頁第151頁第152頁第153頁第154頁第155頁第156頁第157頁第158頁第159頁第160頁第161頁第162頁第163頁第164頁第165頁第166頁第167頁第168頁第169頁第170頁第171頁第172頁第173頁第174頁第175頁第176頁第177頁第178頁第179頁第180頁第181頁第182頁第183頁第184頁第185頁第186頁第187頁第188頁第189頁第190頁第191頁第192頁第193頁第194頁第195頁第196頁第197頁第198頁第199頁第200頁第201頁第202頁第203頁第204頁第205頁第206頁第207頁第208頁第209頁第210頁第211頁第212頁第213頁當前第214頁第215頁第216頁第217頁第218頁第219頁第220頁第221頁第222頁第223頁第224頁第225頁第226頁第227頁第228頁第229頁第230頁第231頁第232頁第233頁第234頁第235頁第236頁第237頁第238頁第239頁第240頁第241頁第242頁第243頁第244頁第245頁第246頁第247頁第248頁
212
Agere Systems Inc.
T8302 Internet Protocol Telephone
Advanced RISC Machine (
ARM
)
Data Sheet
July 2001
15 Synchronous Serial Interface (SSI)
(continued)
15.3.5 Interrupt Generation
If the SSI interrupt is enabled in the interrupt controller’s
SSI interrupt
enable register
, the SSI asserts its interrupt
request whenever a byte is successfully shifted in and copied to the read data buffer (i.e., if the
SDONE
bit is true,
or if a mode fault or read overrun occurs).
The interrupt is cleared if
SDONE
,
MODF
, and
RD_ORUN
are cleared.
15.3.6 Status Flags and Error Conditions
The
SSI interrupt register
contains four read-only status bits,
SDONE, WCOLL, MODF
, and
RD_ORUN
.
There is another error condition that occurs if the SSI is configured as a slave and a transfer is aborted by the mas-
ter unit pulling
SSN
high or the slave software writing
SSI control register 1
bit 10:0 before the transfer is com-
plete. This error condition is not indicated by the status flags and is detected by a software protocol.
The status and error conditions are described below.
15.3.6.1 SDONE
SDONE
is a status flag that indicates the end of a transfer. At the end of a transfer, the
SDONE
bit of
SSI interrupt
register
is set. If the
FASTCLEAR
bit of
SSI control register 2
= 1, the
SDONE
flag is cleared by a read or write
of the
SSI data register
. If
FASTCLEAR
of
SSI control register 2
= 0, the
SDONE
flag is cleared by writing to the
SDONE
bit in the
SSI interrupt register
to clear the SSI interrupt.
15.3.6.2 WCOLL Flag
The
WCOLL
bit of
SSI interrupt register
indicates that a write collision error occurred. A write collision error is
detected if a write to the
SSI data register
is attempted while a transfer is in progress. The transfer continues but
the data that caused the error may or may not be written to the transmit buffer. Because of this uncertainty, a trans-
fer that experiences a write collision error is aborted and should be tried later. If the SSI is configured as a master,
a transfer begins when data is written to the
SSI data register
and ends when the received data is transferred to
the read data buffer, at which time
SDONE
is set.
Note:
A write collision error should not occur in master mode if the driver software is structured correctly.
If the SSI is configured as a slave, it has no way to predict when the master will initiate a transfer. However, if
SPHA
= 0, the true end of the transfer does not occur until the
SSN
signal is deasserted. In this case, the user
determines both the beginning and the end of transfer by polling the
SSN
line using bit 0 of
SSI control register 2
.
The
SPHA
= 1 mode is more problematic since
SSN
is held low constantly or between transfers so
SSN
cannot
always be used to tell whether a transfer is in progress. The end of transfer is determined via the
SDONE
flag in the
SSI interrupt register
, but there is no satisfactory way of determining the beginning of transfer. Therefore, write
collisions are possible for this mode. However, these write collisions in the slave are avoided by writing
SSNEN
of
SSI control register 1
to zero before writing the slave’s
SSI data register
. If
SSNEN
of
SSI control register
1 is
written to 0 during a transfer, the transfer terminates.
The
WCOLL
flag, once set, is cleared by writing a 1 to the
WCOLL
field in the
SSI interrupt register
, followed by
a read or write of the
SSI data register
.
15.3.6.3 MODF
The
MODF
bit indicates a mode fault. A mode fault error occurs when the SSI is configured as a master and the
SSN
line is asserted. The
SSNEN
bit of
SSI control register 1
(see Table 183 on page 204)
is enabled for the
SSN
line to be recognized in master mode. If a mode fault is detected, the master SSI immediately disables its
SCK
clock and
MDOSDI
data output pins in order to eliminate any bus contention.
相關PDF資料
PDF描述
T8502 T8502 and T8503 Dual PCM Codecs with Filters
T8503 T8502 and T8503 Dual PCM Codecs with Filters
T8531A T8531A/8532 Multichannel Programmable Codec Chip Set
T8531 T8502 and T8503 Dual PCM Codecs with Filters
T8532 T8502 and T8503 Dual PCM Codecs with Filters
相關代理商/技術參數(shù)
參數(shù)描述
T8302A 制造商:MOLEX 制造商全稱:Molex Electronics Ltd. 功能描述:Terminator Die
T8302B 制造商:MOLEX 制造商全稱:Molex Electronics Ltd. 功能描述:Terminator Die
T8302F 制造商:MOLEX 制造商全稱:Molex Electronics Ltd. 功能描述:Terminator Die
T8303A 制造商:MOLEX 制造商全稱:Molex Electronics Ltd. 功能描述:Terminator Die
T8303ABNAD 制造商:Arcolectric 功能描述:1 Pole Miniature push button(with light)