поискавой системы для электроныых деталей
  Russian  ▼
ALLDATASHEETRU.COM

X  

AD6634BC/PCB датащи(PDF) 52 Page - Analog Devices

номер детали AD6634BC/PCB
подробное описание детали  80 MSPS, Dual-Channel WCDMA Receive Signal Processor (RSP)
PDF  52 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
производитель  AD [Analog Devices]
домашняя страница  http://www.analog.com
Logo AD - Analog Devices

AD6634BC/PCB датащи(HTML) 52 Page - Analog Devices

Back Button AD6634BC/PCB Datasheet HTML 44Page - Analog Devices AD6634BC/PCB Datasheet HTML 45Page - Analog Devices AD6634BC/PCB Datasheet HTML 46Page - Analog Devices AD6634BC/PCB Datasheet HTML 47Page - Analog Devices AD6634BC/PCB Datasheet HTML 48Page - Analog Devices AD6634BC/PCB Datasheet HTML 49Page - Analog Devices AD6634BC/PCB Datasheet HTML 50Page - Analog Devices AD6634BC/PCB Datasheet HTML 51Page - Analog Devices AD6634BC/PCB Datasheet HTML 52Page - Analog Devices  
Zoom Inzoom in Zoom Outzoom out
 52 / 52 page
background image
REV. 0
–52–
AD6634
Internal Address = 0x087
*/
// holding registers for NCO phase byte wide access data
int d1, d0;
// NCO frequency word (16-bits wide)
NCO_PHASE = 0xCBEF;
// write ACR
write_micro(7, 0x03 );
// write CAR
write_micro(6, 0x87);
// write DR1 with D[15:8]
d1 = (NCO_PHASE & 0xFF00) >> 8;
write_micro(1, d1);
// write DR0 with D[7:0]
// On this write all data is transferred to the internal address
d0 = NCO_FREQ & 0xFF;
write_micro(0, d0);
} // end of main
INTERNAL READ ACCESS
A read is performed by first writing the CAR and AMR as with
a write. The data registers (DR2–DR0) are then read in the
reverse order that they were written. First, the Least Significant
Byte of the data (D[7:0]) is read from DR0. On this transaction
the high bytes of the data are moved from the internal address
pointed to by the CAR and AMR into the remaining data registers
(DR2–DR1). This data can then be read from the data registers
using the appropriate 3-bit addresses. The number of data registers
used depends solely on the amount of data to be read or written.
Any unused bit in a data register should be masked out for a read.
Read Pseudocode
int read_micro(ext_address);
main();
{
/
* This code shows the reading of the first RCF coefficient
using the read_micro function as defined above. The variable
address is the External Address A[2..0].
Internal Address = 0x000
*/
// holding registers for the coefficient
int d2, d1, d0;
// coefficient (20-bits wide)
long coefficient;
// write AMR
write_micro(7, 0x00 );
// write LAR
write_micro(6, 0x00);
/
* read D[7:0] from DR0. All data is moved from the Internal
Registers to the interface registers on this access.
*/
d0 = read_micro(0) & 0xFF;
// read D[15:8] from DR1
d1 = read_micro(1) & 0xFF;
// read D[23:16] from DR2
d2 = read_micro(2) & 0x0F;
coefficient = d0 + (d1 << 8) + (d2 << 16);
} // end of main
OUTLINE DIMENSIONS
196-Lead Chip Scale Ball Grid Array [CSPBGA]
(BC-196)
Dimensions shown in millimeters
DETAIL A
1.70
MAX
SEATING PLANE
0.30 MIN
DETAIL A
0.70
0.60
0.50
BALL
DIAMETER
0.20
COPLANARITY
13.00 BSC
SQ
A
B
C
D
E
F
G
H
J
K
L
M
N
P
14 13 12 11 10 9 8 7 6 5 4 3 2 1
1.00 BSC
BALL PITCH
15.00 BSC SQ
TOP VIEW
BOTTOM VIEW
A1 CORNER
COMPLIANT TO JEDEC STANDARDS MO-192AAE-1



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


датащи скачать

Go To PDF Page


ссылки URL



Вашему бизинису помогли Аллдатащит?  [ DONATE ] 

Что такое Аллдатащит   |   реклама   |   контакт   |   Конфиденциальность   |   Ссылка на техническое описание    |   обмен ссыками   |   поиск по производителю
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