ZHCSSI3 February 2024 ADS1288
PRODUCTION DATA
Table 7-11 lists the commands for the ADC. Most commands are one byte in length. However, the number of bytes for the register read and write commands depend on the amount of register data specified in the command.
MNEMONIC | TYPE | DESCRIPTION | BYTE 1(1) | BYTE 2 |
---|---|---|---|---|
WAKEUP | Control | Wake from standby mode or NOP | 0000 000x (00h or 01h) | — |
STANDBY | Control | Enter standby (software power-down mode) | 0000 001x (02h or 03h) | — |
SYNC | Control | Synchronize | 0000 010x (04h or 5h) | — |
RESET | Control | Reset | 0000 011x (06h or 07h) | — |
RDATA | Data | Read conversion data | 0001 0010 (12h) | — |
RREG | Register | Read nnnn registers beginning at address rrrr | 0010 rrrr (20h + rrrr)(2) | 0000 nnnn (00h + nnnn)(3) |
WREG | Register | Write nnnn registers beginning at address rrrr | 0100 rrrr (40h + rrrr)(2) | 0000 nnnn (00h + nnnn)(3) |
OFSCAL | Calibration | Offset calibration | 0110 0000 (60h) | — |
GANCAL | Calibration | Gain calibration | 0110 0001 (61h) | — |