ZHCSES1B March 2016 – October 2018 ADS1282-SP
PRODUCTION DATA.
The commands listed in Table 11 control the operation of the ADS1282-SP. Most commands are stand-alone (that is, 1 byte in length); the register reads and writes require a second command byte in addition to the actual data bytes.
A delay of 24 ƒCLK cycles between commands and between bytes within a command is required, starting from the last SCLK rising edge of one command to the first SCLK rising edge of the following command. This delay is shown in Figure 57.
In Read Data Continuous mode, the ADS1282-SP places conversion data on the DOUT pin as SCLK is applied. As a consequence of the potential conflict of conversion data on DOUT and data placed on DOUT resulting from a register or Read Data By Command operation, it is necessary to send a STOP Read Data Continuous command before Register or Data Read By Command. The STOP Read Data Continuous command disables the direct output of conversion data on the DOUT pin.
COMMAND | TYPE | DESCRIPTION | 1st COMMAND BYTE(1)(2) | 2nd COMMAND BYTE(3) |
---|---|---|---|---|
WAKEUP | Control | Wake-up from Standby mode | 0000 000X (00h or 01h) | |
STANDBY | Control | Enter Standby mode | 0000 001X (0 h or 03h) | |
SYNC | Control | Synchronize the A/D conversion | 0000 010X (04h or 5h) | |
RESET | Control | Reset registers to default values | 0000 011X (06h or 07h) | |
RDATAC | Control | Read data continuous | 0001 0000 (10h) | |
SDATAC | Control | Stop read data continuous | 0001 0001 (11h) | |
RDATA | Data | Read data by command(4) | 0001 0010 (12h) | |
RREG | Register | Read nnnnn register(s) at address rrrrr(4) | 00r rrrr (20h + 000r rrrr) | 000n nnnn (00h + n nnnn) |
WREG | Register | Write nnnnn register(s) at address rrrrr | 010r rrrr (40h + 000r rrrr) | 000n nnnn (00h + n nnnn) |
OFSCAL | Calibration | Offset calibration | 0110 0000 (60h) | |
GANCAL | Calibration | Gain calibration | 0110 0001 (61h) |