SBASAE4 December 2025 ADS125P08
PRODUCTION DATA
Commands are used to read and write register data, or to read from the FIFO buffer. The Register Map consists of a series of one-byte (8 bit) registers, accessible by read and write operations. The minimum frame length of the input command sequence is 16 bit (24 bit in CRC mode). If desired, the input command sequence can be padded with leading zeros to match the length of the output data frame. In CRC mode, the device interprets the two bytes preceding the CRC-IN byte at the end of the frame as the command bytes. Table 7-48 shows the ADS125P08 commands.
| DESCRIPTION | BYTE 1 | BYTE 2 | BYTE 3 (Optional CRC-IN Byte) |
|---|---|---|---|
| No operation (read conversion data) | 00h | 00h | D7h |
| Read register command | 40h + address [5:0] | don't care | CRC-IN of byte 1 and byte 2 |
| Write register command | 80h + address [5:0] | register data | CRC -INof byte 1 and byte 2 |
| Read FIFO buffer command | 0Fh | don't care | CRC-IN of byte 1 and byte 2 |
The device supports special extended-length bit patterns that are longer than the standard command length. These patterns are used to reset the ADC and to reset the frame in 3-wire SPI mode. The extended bit patterns are explained in the Reset by SPI Input Pattern and 3-Wire SPI Mode sections.