ZHCSGS4A August 2017 – February 2020 ADS114S06B , ADS114S08B
PRODUCTION DATA.
请参考 PDF 数据表获取器件具体的封装图。
Commands are used to control the ADC, access the configuration registers, and retrieve data. Many of the commands are stand-alone (that is, single-byte). The register write and register read commands, however, are multibyte, consisting of two command bytes plus the register data byte or bytes. Table 13 lists the commands.
COMMAND | DESCRIPTION | FIRST
COMMAND BYTE |
SECOND
COMMAND BYTE |
---|---|---|---|
Control Commands | |||
NOP | No operation | 0000 0000 (00h) | — |
WAKEUP | Wake-up from power-down mode | 0000 001x (02h, 03h)(1) | — |
POWERDOWN | Enter power-down mode | 0000 010x (04h, 05h)(1) | — |
RESET | Reset the device | 0000 011x (06h, 07h)(1) | — |
START | Start conversions | 0000 100x (08h, 09h)(1) | — |
STOP | Stop conversions | 0000 101x (0Ah, 0Bh)(1) | — |
Calibration Commands | |||
SYOCAL | System offset calibration | 0001 0110 (16h) | — |
SYGCAL | System gain calibration | 0001 0111 (17h) | — |
SFOCAL | Self offset calibration | 0001 1001 (19h) | — |
Data Read Command | |||
RDATA | Read data | 0001 001x (12h / 13h)(1) | — |
Register Read and Write Commands | |||
RREG | Read nnnnn registers starting at address rrrrr | 001r rrrr(2) | 000n nnnn(3) |
WREG | Write nnnnn registers starting at address rrrrr | 010r rrrr(2) | 000n nnnn(3) |
Commands can be sent at any time, either during a conversion or when conversions are stopped. However, if register read or write commands are in progress when conversion data are ready, the ADC blocks loading of conversion data to the output shift register. The CS input pin can be taken high between commands; or held low between consecutive commands. CS must stay low for the entire command sequence. Complete the command, or terminate the command before completion by taking CS high. Only send commands listed in Table 13.