MAX2121
Complete Direct-Conversion L-Band Tuner
13
Table 11. Control Register (Address: 0x09)
BIT NAME BIT LOCATION (0 = LSB) DEFAULT FUNCTION
STBY 7 0
Software standby control.
0 = Normal operation.
1 = Disables the signal path and frequency synthesizer leaving only the
2-wire bus, crystal oscillator, XTALOUT buffer, and XTALOUT buffer divider
active.
X 6 X Don’t care.
PWDN 5 0
Factory use only.
0 = Normal operation; other value is not tested.
X 4 X Don’t care.
BBG[3:0] 3–0 0000
Baseband gain setting (1dB typical per step).
0000 = Minimum gain (0dB, default).
1111 = Maximum gain (15dB typical).
Table 12. Shutdown Register (Address: 0x0A)
BIT NAME BIT LOCATION (0 = LSB) DEFAULT FUNCTION
X 7 X Don’t care.
PLL 6 0
PLL enable.
0 = Normal operation.
1 = Shuts down the PLL. Value not tested.
DIV 5 0
Divider enable.
0 = Normal operation.
1 = Shuts down the divider. Value not tested.
VCO 4 0
VCO enable.
0 = Normal operation.
1 = Shuts down the VCO. Value not tested.
BB 3 0
Baseband enable.
0 = Normal operation.
1 = Shuts down the baseband. Value not tested.
RFMIX 2 0
RF mixer enable.
0 = Normal operation.
1 = Shuts down the RF mixer. Value not tested.
RFVGA 1 0
RF VGA enable.
0 = Normal operation.
1 = Shuts down the RF VGA. Value not tested.
FE 0 0
Front-end enable.
0 = Normal operation.
1 = Shuts down the front-end. Value not tested.
MAX2121
Complete Direct-Conversion L-Band Tuner
14
Table 13. Test Register (Address: 0x0B)
BIT NAME BIT LOCATION (0 = LSB) DEFAULT FUNCTION
CPTST[2:0] 7–5 000
Charge-pump test modes.
000 = Normal operation (default).
X 4 X Don’t care.
TURBO 3 1
Charge-pump fast lock.
Users must program to 1 after powering up the device.
LDMUX[2:0] 20 000
REFOUT output.
000 = Normal operation; other values are not tested.
Table 14. Status Byte-1 Register (Address: 0x0C)
BIT NAME BIT LOCATION (0 = LSB) FUNCTION
POR 7
Power-on reset status.
0 = Chip status register has been read with a stop condition since last power-on.
1 = Power-on reset (power cycle) has occurred. Default values have been loaded in
registers.
VASA 6
Indicates whether VCO autoselection was successful.
0 = Indicates the autoselect function is disabled or unsuccessful VCO selection.
1 = Indicates successful VCO autoselection.
VASE 5
Status indicator for the autoselect function.
0 = Indicates the autoselect function is active.
1 = Indicates the autoselect process is inactive.
LD 4
PLL lock detector. TURBO bit must be programmed to 1 for valid LD reading.
0 = Unlocked.
1 = Locked.
X 3–0 Don’t care.
Table 15. Status Byte-2 Register (Address: 0x0D)
BIT NAME BIT LOCATION (0 = LSB) FUNCTION
VCOSBR[4:0] 7–3 VCO band readback.
ADC[2:0] 20
VAS ADC output readback.
000 = Out of lock.
001 = Locked.
010 = VAS locked.
101 = VAS locked.
110 = Locked.
111 = Out of lock.
MAX2121
Complete Direct-Conversion L-Band Tuner
15
2-Wire Serial Interface
The MAX2121 uses a 2-wire I
2
C-compatible serial inter-
face consisting of a serial-data line (SDA) and a serial-
clock line (SCL). SDA and SCL facilitate bidirectional
communication between the MAX2121 and the master
at clock frequencies up to 400kHz. The master initiates
a data transfer on the bus and generates the SCL sig-
nal to permit data transfer. The MAX2121 behaves as a
slave device that transfers and receives data to and
from the master. SDA and SCL must be pulled high
with external pullup resistors (1k or greater) for proper
bus operation. Pullup resistors should be referenced to
the MAX2121’s V
CC
.
One bit is transferred during each SCL clock cycle. A
minimum of nine clock cycles is required to transfer a
byte in or out of the MAX2121 (8 bits and an ACK/NACK).
The data on SDA must remain stable during the high
period of the SCL clock pulse. Changes in SDA while
SCL is high and stable are considered control signals
(see the
START and STOP Conditions
section). Both SDA
and SCL remain high when the bus is not busy.
START and STOP Conditions
The master initiates a transmission with a START condi-
tion (S), which is a high-to-low transition on SDA while
SCL is high. The master terminates a transmission with
a STOP condition (P), which is a low-to-high transition
on SDA while SCL is high.
Acknowledge and Not-Acknowledge Conditions
Data transfers are framed with an acknowledge bit
(ACK) or a not-acknowledge bit (NACK). Both the mas-
ter and the MAX2121 (slave) generate acknowledge
bits. To generate an acknowledge, the receiving device
must pull SDA low before the rising edge of the
acknowledge-related clock pulse (ninth pulse) and
keep it low during the high period of the clock pulse.
To generate a not-acknowledge condition, the receiver
allows SDA to be pulled high before the rising edge of
the acknowledge-related clock pulse, and leaves SDA
high during the high period of the clock pulse.
Monitoring the acknowledge bits allows for detection of
unsuccessful data transfers. An unsuccessful data
transfer happens if a receiving device is busy or if a
system fault has occurred. In the event of an unsuc-
cessful data transfer, the bus master must reattempt
communication at a later time.
Slave Address
The MAX2121 has a 7-bit slave address that must be
sent to the device following a START condition to initi-
ate communication. The slave address is internally pro-
grammed to 1100000. The eighth bit (R/W) following
the 7-bit address determines whether a read or write
operation occurs.
The MAX2121 continuously awaits a START condition
followed by its slave address. When the device recog-
nizes its slave address, it acknowledges by pulling the
SDA line low for one clock period; it is ready to accept
or send data depending on the R/W bit (Figure 1).
The write/read address is C0/C1 if ADDR pin is con-
nected to ground. The write/read address is C2/C3 if
the ADDR pin is connected to V
CC
.
Write Cycle
When addressed with a write command, the MAX2121
allows the master to write to a single register or to multi-
ple successive registers.
A write cycle begins with the bus master issuing a
START condition followed by the seven slave address
bits and a write bit (R/W = 0). The MAX2121 issues an
ACK if the slave address byte is successfully received.
The bus master must then send to the slave the address
of the first register it wishes to write to (see Table 1 for
register addresses). If the slave acknowledges the
address, the master can then write one byte to the regis-
ter at the specified address. Data is written beginning
with the most significant bit. The MAX2121 again issues
an ACK if the data is successfully written to the register.
The master can continue to write data to the successive
internal registers with the MAX2121 acknowledging each
successful transfer, or it can terminate transmission by
issuing a STOP condition. The write cycle does not termi-
nate until the master issues a STOP condition.
SCL
1 234567
1100000
89
R/W
ACK
SLAVE ADDRESS
S
SDA
Figure 1. MAX2121 Slave Address Byte with ADDR Pin
Connected to Ground
WRITE DEVICE
ADDRESS
R/W ACK
WRITE REGISTER
ADDRESS
ACK
WRITE DATA TO
REGISTER 0x00
ACK
WRITE DATA TO
REGISTER 0x01
ACK
WRITE DATA TO
REGISTER 0x02
ACK
START
1100000 0 0x00 0x0E 0xD8 0xE1
STOP
Figure 2. Example: Write Registers 0, 1, and 2 with 0x0E, 0xD8, and 0xE1, respectively.

MAX2121ETI+T

Mfr. #:
Manufacturer:
Maxim Integrated
Description:
Tuners Direct-Conversion L-Band Tuner
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union

Products related to this Datasheet