ZHCSJY1A June 2019 – January 2021 ADS125H01
PRODUCTION DATA
Commands are used to read conversion data, control the device, and read and write register data. Table 9-12 provides a list of commands and the corresponding command byte sequence. Only send commands listed in Table 9-12.
The column labeled CSx shows the use of CS1 or CS2 for the particular command type. Most commands use CS1. Only activate CS2 to access register data at addresses 10h, 11h, and 12h. See the Section 9.5.1.1 section for details of the chip-select operation.
MNEMONIC | CSx | DESCRIPTION | BYTE 1 | BYTE 2(2) | BYTE 3 | BYTE 4 |
---|---|---|---|---|---|---|
CONTROL COMMANDS | ||||||
NOP | CS1 or CS2 | No operation | 00h | Arbitrary | CRC-2 | 00h |
RESET | CS1 | Reset | 06h | Arbitrary | CRC-2 | 00h |
START | CS1 | Start conversion | 08h | Arbitrary | CRC-2 | 00h |
STOP | CS1 | Stop conversion | 0Ah | Arbitrary | CRC-2 | 00h |
READ DATA COMMAND | ||||||
RDATA | CS1 | Read conversion data | 12h | Arbitrary | CRC-2 | 00h |
CALIBRATION COMMANDS | ||||||
OFSCAL | CS1 | Offset calibration | 16h | Arbitrary | CRC-2 | 00h |
GANCAL | CS1 | Gain calibration | 17h | Arbitrary | CRC-2 | 00h |
REGISTER COMMANDS | ||||||
RREG | CS1 or CS2 | Read register data | 20h + rrh(1) | Arbitrary | CRC-2 | 00h |
WREG | CS1 or CS2 | Write register data | 40h + rrh(1) | Register data | CRC-2 | 00h |