Electronic Components Datasheet Search
  English  ▼

X  

ADAU1361BCPZ-R7 Datasheet(PDF) 36 Page - Analog Devices

Part # ADAU1361BCPZ-R7
Description  Stereo, Low Power, 96 kHz, 24-Bit Audio Codec with Integrated PLL
PDF  78 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  AD [Analog Devices]
Direct Link  http://www.analog.com
Logo AD - Analog Devices

ADAU1361BCPZ-R7 Datasheet(HTML) 36 Page - Analog Devices

Back Button ADAU1361BCPZ-R7 Datasheet HTML 32Page - Analog Devices ADAU1361BCPZ-R7 Datasheet HTML 33Page - Analog Devices ADAU1361BCPZ-R7 Datasheet HTML 34Page - Analog Devices ADAU1361BCPZ-R7 Datasheet HTML 35Page - Analog Devices ADAU1361BCPZ-R7 Datasheet HTML 36Page - Analog Devices ADAU1361BCPZ-R7 Datasheet HTML 37Page - Analog Devices ADAU1361BCPZ-R7 Datasheet HTML 38Page - Analog Devices ADAU1361BCPZ-R7 Datasheet HTML 39Page - Analog Devices ADAU1361BCPZ-R7 Datasheet HTML 40Page - Analog Devices Next Button
Zoom Inzoom in Zoom Outzoom out
 36 / 78 page
background image
Data Sheet
ADAU1361
CONTROL PORTS
analog.com
Rev. E | 36 of 78
The ADAU1361 can operate in one of two control modes:
I2C control
SPI control
The ADAU1361 has both a 4-wire SPI control port and a 2-wire I2C
bus control port. Both ports can be used to set the registers. The
part defaults to I2C mode, but it can be put into SPI control mode by
pulling the CLATCH pin low three times.
The control port is capable of full read/write operation for all ad-
dressable registers. The ADAU1361 must have a valid main clock
in order to write to all registers except for Register R0 (Address
0x4000) and Register R1 (Address 0x4002).
All addresses can be accessed in both a single-address mode
or a burst mode. The first byte (Byte 0) of a control port write
contains the 7-bit chip address plus the R/W bit. The next two bytes
(Byte 1 and Byte 2) together form the subaddress of the register
location within the ADAU1361. This subaddress must be two bytes
long because the memory locations within the ADAU1361 are
directly addressable and their sizes exceed the range of single-byte
addressing. All subsequent bytes (starting with Byte 3) contain the
data. The number of bytes per word depends on the type of data
that is being written.
The control port pins are multifunctional, depending on the mode
in which the part is operating. Table 20 describes these multiple
functions.
Table 20. Control Port Pin Functions
Pin Name
I2C Mode
SPI Mode
SCL/CCLK
SCL: input clock
CCLK: input clock
SDA/COUT
SDA: open-collector input/
output
COUT: output
ADDR1/CDATA
I2C Address Bit 1: input
CDATA: input
ADDR0/CLATCH
I2C Address Bit 0: input
CLATCH: input
BURST MODE WRITING AND READING
Burst mode addressing, where the subaddresses are automatically
incremented at word boundaries, can be used for writing large
amounts of data to contiguous registers. This increment happens
automatically after a single-word write or read unless a stop con-
dition is encountered (I2C) or CLATCH is brought high (SPI). A
burst write starts like a single-word write, but following the first
data-word, the data-word for the next immediate address can be
written immediately without sending its two-byte address.
The registers in the ADAU1361 are one byte wide with the excep-
tion of the PLL control register, which is six bytes wide. The
auto-increment feature knows the word length at each subaddress,
so the subaddress does not need to be specified manually for each
address in a burst write.
The subaddresses are auto-incremented by 1 following each read
or write of a data-word, regardless of whether there is a valid
register word at that address. Address holes in the register map can
be written to or read from without consequence. In the ADAU1361,
these address holes exist at Address 0x4001, Address 0x4003 to
Address 0x4007, Address 0x402E, and Address 0x4032 to Address
0x4035. A single-byte write to these registers is ignored by the
ADAU1361, and a read returns a single byte 0x00.
I2C PORT
The ADAU1361 supports a 2-wire serial (I2C-compatible) micro-
processor bus driving multiple peripherals. Two pins, serial data
(SDA) and serial clock (SCL), carry information between the
ADAU1361 and the system I2C main controller. In I2C mode, the
ADAU1361 is always a subordinate on the bus, meaning that it can-
not initiate a data transfer. Each subordinate device is recognized
by a unique address. The address and R/W byte format is shown in
Table 21. The address resides in the first seven bits of the I2C write.
Bits[5:6] of the I2C address for the ADAU1361 are set by the levels
on the ADDR1 and ADDR0 pins. The LSB of the address—the
R/W bit—specifies either a read or write operation. Logic Level 1
corresponds to a read operation, and Logic Level 0 corresponds to
a write operation.
Table 21. ADAU1361 I2C Address and Read/Write Byte Format
Bit 0
Bit 1
Bit 2
Bit 3
Bit 4
Bit 5
Bit 6
Bit 7
0
1
1
1
0
ADDR1
ADDR0
R/W
The SDA and SCL pins should each have a 2 kΩ pull-up resistor on
the line connected to it. The voltage on these signal lines should not
be higher than IOVDD (1.8 V to 3.3 V).
Addressing
Initially, each device on the I2C bus is in an idle state and moni-
tors the SDA and SCL lines for a start condition and the proper
address. The I2C main initiates a data transfer by establishing a
start condition, defined by a high-to-low transition on SDA while
SCL remains high. This indicates that an address/ data stream
follows. All devices on the bus respond to the start condition and
shift the next eight bits (the 7-bit address plus the R/W bit) MSB
first. The device that recognizes the transmitted address responds
by pulling the data line low during the ninth clock pulse. This ninth
bit is known as an acknowledge bit. All other devices withdraw from
the bus at this point and return to the idle condition.
The R/W bit determines the direction of the data. A Logic 0 on
the LSB of the first byte means that the main writes information
to the peripheral, whereas a Logic 1 means that the main reads
information from the peripheral after writing the subaddress and
repeating the start address. A data transfer takes place until a
stop condition is encountered. A stop condition occurs when SDA
transitions from low to high while SCL is held high. Figure 48 shows
the timing of an I2C write, and Figure 49 shows an I2C read.
Stop and start conditions can be detected at any stage during
the data transfer. If these conditions are asserted out of sequence
with normal read and write operations, the ADAU1361 immediately
jumps to the idle condition. During a given SCL high period, the



Html Pages

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


Datasheet Download

Go To PDF Page


Link URL



Does ALLDATASHEET help your business so far?  [ DONATE ] 

About Alldatasheet   |   Advertisement   |   Contact us   |   Privacy Policy   |   Link to Datasheet    |   Link Exchange   |   Manufacturer List
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com