ZHCSHW1C March 2018 – January 2019 ADS1260 , ADS1261
PRODUCTION DATA.
Use the WREG command to write register data. The register data are written one byte at a time by issuing the WREG command for each operation. Add the register address (rrh) to the base opcode (40h) to construct the command byte (40h + rrh). Table 26 shows the command byte sequence. Figure 79 shows an example of the WREG operation. Be aware that writing to certain registers results in conversion restart. Table 29 lists the registers that restart an ongoing conversion when written to. Do not write to registers outside the address range.
DIRECTION | BYTE 1 | BYTE 2 | BYTE 3 | BYTE 4 |
---|---|---|---|---|
No CRC mode | ||||
DIN | 40h + rrh(1) | Register data | ||
DOUT/DRDY | FFh | Echo byte 1 | ||
CRC mode | ||||
DIN | 40h + rrh | Register data | CRC-2 | 00h |
DOUT/DRDY | FFh | Echo byte 1 | Echo byte 2 | Out CRC-2 |
NOTE:
CS can be tied low.