JAJSHL9A June 2019 – January 2021 ADS125H01
PRODUCTION DATA
Use the RREG command to read register data. Take CS1 low to access registers within the ADC register block. Take CS2 low to access registers within the PGA register block (see the Section 9.6 section for the register block map). Register data are read one byte at a time using the RREG command for each operation. Add the register address (rrh) to the base value (20h) to complete the command byte (20h + rrh). Table 9-20 lists the RREG command byte sequence. The ADC responds with the register data byte, most significant bit first. Data for registers addressed outside the range is 00h. Out CRC-2 is the output CRC corresponding to the received command bytes. Out CRC-1 is the output CRC corresponding to the single register data byte.
DIRECTION | BYTE 1 | BYTE 2 | BYTE 3 | BYTE 4 | BYTE 5 | BYTE 6 |
---|---|---|---|---|---|---|
DIN | 20h + rrh | Arbitrary | CRC-2 | 00h | 00h | 00h |
DOUT/DRDY | FFh | Echo byte 1 | Echo byte 2 | Out CRC-2 | Register data | Out CRC-1 |