DS2180A
4 of 35
POWER AND TEST PIN DESCRIPTION (40-PIN DIP ONLY) Table 3
PIN SYMBOL TYPE DESCRIPTION
20 V
SS
- Signal Ground. 0.0 volts.
32 TEST I Test Mode. Tie to V
SS
for normal operation.
40 V
DD
- Positive Supply. 5.0 volts.
RECEIVE PIN DESCRIPTION (40-PIN DIP ONLY) Table 4
PIN SYMBOL TYPE DESCRIPTION
21 RYEL 0 Receive Yellow Alarm. Transitions high when yellow alarm detected, goes low
when alarm clears.
22 RLINK 0 Receive Link Data. Updated with extracted FDL data one RCLK before start of
odd frames (193E) and held until next update. Updated with extracted S-bit data one
RCLK before start of even frames (193S) and held until next update.
23 RLCLK 0 Receive Link Clock. 4 kHz demand clock for RLINK.
24 RCLK I Receive Clock. 1.544 MHz primary clock.
25 RCHCLK O Receive Channel Clock. 192 kHz clock identifies time slot (channel) boundaries.
26 RSER O Receive Serial Data. Received NRZ serial data, updated on rising edges of RCLK.
27 RFSYNC O Receive Frame Sync. Extracted 8 kHz clock, one RCLK wide, indicates F-Bit
position in each frame.
28 RMSYNC O
Receive Multiframe Sync. Extracted multiframe sync; edge indicates start of
multiframe, 50% duty cycle.
29 RABCD O Receive ABCD Signaling. Extracted signaling data output, valid for each channel
time in signaling frames. In non-signaling frames, RABCD outputs the LSB of each
channel word.
30 RSIGFR O
Receive Signaling Frame. High during signaling frames, low during resync and
non-signaling frames.
31 RSIGSEL O Receive Signaling Select. In 193E framing a .667 kHz clock which identifies
signaling frames A and C. A 1.33 kHz clock in 193S.
33 RST I
Reset. A high-low transition clears all internal registers and resets receive side
counters. A high-low-high transition will initiate a receive resync.
34
35
RPOS
RNEG
I
Receive Bipolar Data Inputs. Samples on falling edge of RCLK. Tie together to
receive NRZ data and disable bipolar violation monitoring circuitry.
36 RCL O Receive Carrier Loss. High if 32 consecutive 0's appear at RPOS and RNEG; goes
low after next 1.
37 RBV O
Receive Bipolar Violation. High during accused bit time at RSER if bipolar
violation detected, low otherwise.
38 RFER O Receive Frame Error. High during F-Bit time when F
T
or F
S
errors occur (193S)
or when FPS or CRC errors occur (193E). Low during resync.
39 RLOS O
Receive Loss of Sync. Indicates sync status; high when internal resync is in
progress, low otherwise.
DS2180A
5 of 35
REGISTER SUMMARY Table 5
REGISTER ADDRESS T/R
1
DESCRIPTION/FUNCTION
RSR 0000 R
2
Receive Status Register. Reports all receive alarm conditions.
RIMR 0001 R Receive Interrupt Mask Register. Allows masking of individual alarm-
generated interrupts.
BVCR 0010 R
Bipolar Violation Count Register. 8-bit presettable counter which records
individual bipolar violations.
ECR 0011 R Error Count Register. Two independent 4-bit counters which record OOF
occurrences and individual frame bit or CRC errors.
CCR
3
0100 T/R
Common Control Register. Selects device operating characteristics common
to receive and transmit sides.
RCR
3
0101 R
Receive Control Register. Programs device operating characteristics
unique to the receive side.
TCR
3
0110 T Transmit Control Register. Selects additional transmit side modes.
TIR1
TIR2
TIR3
0111
1000
1001
T
T
T
Transmit Idle Registers. Designate which outgoing channels are to be
substituted with idle code.
TTR1
TTR2
TTR3
1010
1011
1100
T
T
T
Transmit Transparent Registers. Designate which outgoing channels are to be
treated transparently. (No robbed bit signaling or bit 7 zero insertion.)
RMR1
RMR2
RMR3
1101
1110
1111
R
R
R
Receive Mark Registers. Designate which incoming channels are to be replaced
with idle or digital milliwatt codes (under control of RCR).
NOTES:
1. Transmit or receive side register.
2. RSR is a read only register; all other registers are read/write.
3. Reserved bit locations in the control registers should be programmed to 0 to maintain compatibility
with future transceiver products.
SERIAL PORT INTERFACE
Pins 14 through 18 of the DS2180A serve as a microprocessor/microcontroller-compatible serial port.
Sixteen onboard registers allow the user to update operational characteristics and monitor device status
via host controller, minimizing hardware interfaces. Port read/write timing is unrelated to the system
transmit and receive timing, allowing asynchronous reads and/or writes by the host.
ADDRESS/COMMAND
Reading or writing the control, configuration or status registers requires writing one address command
byte prior to transferring register data. The first bit written (LSB) of the address/command word specifies
register read or write. The following 4-bit nibble identifies register address. The next two bits are
reserved and must be set to 0 for proper operation. The last bit of the address/ command word enables
burst mode when set; the burst mode causes all registers to be consecutively written or read. Data is
written to and read from the transceiver LSB first.
CHIP SELECT AND CLOCK CONTROL
All data transfers are initiated by driving the CS input low. Input data is latched on the rising edge of
SCLK and must be valid during the previous low period of SCLK to prevent momentary corruption of
register data during writes. Data is output on the falling edge of SCLK and held on the next falling edge.
DS2180A
6 of 35
All data transfers are terminated if the CS input transitions high. Port control logic is disabled and SDO is
tri-stated when CS is high.
DATA I/O
Following the eight SCLK cycles that input an address/ command byte to write, a data byte is strobed into
the addressed register on the rising edges of the next eight SCLK cycles. Following an address/command
word to read, contents of the selected register are output on the falling edges of the next eight SCLK
cycles. The SDO pin is tri-stated during device write and may be tied to SDI in applications where the
host processor has a bi-directional I/O pin.
BURST MODE
The burst mode allows all onboard registers to be consecutively read and written by the host processor. A
burst read is used to poll all registers; RSR contents will be unaffected. This feature minimizes device
initialization time on power-up or system reset. Burst mode is initiated when ACB.7 is set and the address
nibble is 0000. Burst is terminated by a low-high transition on CS .
ACB: ADDRESS COMMAND BYTE Figure 2
(MSB) (LSB)
BM - - ADD3 ADD2 ADD1 AD0
R/W
SYMBOL POSITION NAME AND DESCRIPTION
BM ACB.7 Burst Mode. If set (and ACB.1 through ACB.4=0) burst read or
write is enabled.
- ACB.6 Reserved, must be 0 for proper operation.
- ACB.5 Reserved, must be 0 for proper operation.
ADD3 ACB.4 MSB of register address.
ADD0 ACB.1 LSB of register address.
R/W
ACB.0
Read/Write Select.
0 = write addressed register.
1 = read addressed register.
SERIAL PORT READ/WRITE Figure 3
NOTES:
1. SDI sampled on rising edge of SCLK.
2. SDO updated on falling edge of SCLK.

DS2180AQN

Mfr. #:
Manufacturer:
Maxim Integrated
Description:
Telecom Interface ICs T1 Transceiver
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union

Products related to this Datasheet