JAJSGG2C October 2018 – June 2019 ADS125H02
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 Register Map 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 opcode (20h) to complete the command byte (20h + rrh). Table 24 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 |