Motore di ricerca datesheet componenti elettronici
  Italian  ▼
ALLDATASHEETIT.COM

X  

AD6624AS/PCB Scheda tecnica(PDF) 38 Page - Analog Devices

Il numero della parte AD6624AS/PCB
Spiegazioni elettronici  Four-Channel, 100 MSPS Digital Receive Signal Processor (RSP)
PDF  40 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Produttore elettronici  AD [Analog Devices]
Homepage  http://www.analog.com
Logo AD - Analog Devices

AD6624AS/PCB Scheda tecnica(HTML) 38 Page - Analog Devices

Back Button AD6624AS/PCB Datasheet HTML 32Page - Analog Devices AD6624AS/PCB Datasheet HTML 33Page - Analog Devices AD6624AS/PCB Datasheet HTML 34Page - Analog Devices AD6624AS/PCB Datasheet HTML 35Page - Analog Devices AD6624AS/PCB Datasheet HTML 36Page - Analog Devices AD6624AS/PCB Datasheet HTML 37Page - Analog Devices AD6624AS/PCB Datasheet HTML 38Page - Analog Devices AD6624AS/PCB Datasheet HTML 39Page - Analog Devices AD6624AS/PCB Datasheet HTML 40Page - Analog Devices  
Zoom Inzoom in Zoom Outzoom out
 38 / 40 page
background image
REV. 0
AD6624A
–38–
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 regis-
ters (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



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


Scheda tecnica Scarica

Go To PDF Page


Link URL



Lei ha avuto il aiuto da alldatasheet?  [ DONATE ] 

Di alldatasheet   |   Richest di pubblicita   |   contatti   |   Privacy Policy   |   Collegamento alla scheda tecnica    |   scambio Link   |   Ricerca produttore
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