ZHCSSA6C september   2009  – june 2023 ADS1000-Q1

PRODUCTION DATA  

  1.   1
  2. 特性
  3. 应用
  4. 说明
  5. Revision History
  6. Pin Configuration and Functions
  7. Specifications
    1. 6.1 Absolute Maximum Ratings
    2. 6.2 ESD Ratings
    3. 6.3 Recommended Operating Conditions
    4. 6.4 Thermal Information
    5. 6.5 Electrical Characteristics
    6. 6.6 Timing Requirements
    7. 6.7 Timing Diagram
    8. 6.8 Typical Characteristics
  8. Detailed Description
    1. 7.1 Overview
    2. 7.2 Functional Block Diagram
    3. 7.3 Feature Description
      1. 7.3.1 Analog-to-Digital Converter
      2. 7.3.2 Clock Generator
    4. 7.4 Device Functional Modes
      1. 7.4.1 Operating Modes
      2. 7.4.2 Reset and Power Up
    5. 7.5 Programming
      1. 7.5.1 I2C Interface
      2. 7.5.2 ADS1000-Q1 I2C Addresses
      3. 7.5.3 I2C General Call
      4. 7.5.4 I2C Data Rates
      5. 7.5.5 Output Code Calculation
    6. 7.6 Register Maps
      1. 7.6.1 Output Register
      2. 7.6.2 Configuration Register
      3. 7.6.3 Reading From the ADS1000-Q1
      4. 7.6.4 Writing to the ADS1000-Q1
  9. Application and Implementation
    1. 8.1 Application Information
      1. 8.1.1 Basic Connections
        1. 8.1.1.1 Connecting Multiple Devices
        2. 8.1.1.2 Using GPIO Ports For I2C
        3. 8.1.1.3 Single-Ended Inputs
    2. 8.2 Typical Applications
      1. 8.2.1 ADS1000-Q1 With Current-Shunt Monitor
        1. 8.2.1.1 Design Requirements
        2. 8.2.1.2 Detailed Design Procedure
          1. 8.2.1.2.1 Part Selection
            1. 8.2.1.2.1.1 Gain Settings
            2. 8.2.1.2.1.2 Circuit Implementation
        3. 8.2.1.3 Application Curve
      2. 8.2.2 Low-Side Current Measurement
        1. 8.2.2.1 Design Requirements
        2. 8.2.2.2 Detailed Design Procedure
    3. 8.3 Power Supply Recommendations
    4. 8.4 Layout
      1. 8.4.1 Layout Guidelines
      2. 8.4.2 Layout Example
  10. Device and Documentation Support
    1. 9.1 接收文档更新通知
    2. 9.2 支持资源
    3. 9.3 Trademarks
    4. 9.4 静电放电警告
    5. 9.5 术语表
  11. 10Mechanical, Packaging, and Orderable Information

封装选项

机械数据 (封装 | 引脚)
散热焊盘机械数据 (封装 | 引脚)
订购信息

I2C Interface

The ADS1000-Q1 communicates through an inter-integrated circuit (I2C) interface. The I2C interface is a two-wire, open-drain interface supporting multiple devices and controllers on a single bus. Devices on the I2C bus only drive the bus lines low, by connecting the lines to ground; the devices never drive the bus lines high. Instead, the bus wires are pulled high by pullup resistors, so the bus wires are high when no device is driving them low. This way, two devices cannot conflict; if two devices drive the bus simultaneously, there is no driver contention.

Communication on the I2C bus always takes place between two devices, one acting as the controller and the other acting as the target. Both controllers and targets can read and write, but targets can only do so under the direction of the controller. Some I2C devices can act as controllers or targets, but the ADS1000-Q1 can only act as a target device.

An I2C bus consists of two lines, SDA and SCL. SDA carries data, SCL provides the clock. All data are transmitted across the I2C bus in groups of eight bits. To send a bit on the I2C bus, the SDA line is driven to the bit level while SCL is low (a low on SDA indicates the bit is 0b; a high indicates the bit is 1b). When the SDA line has settled, the SCL line is brought high, then low. This pulse on SCL clocks the SDA bit into the receiver shift register.

The I2C bus is bidirectional: the SDA line is used both for transmitting and receiving data. When a controller reads from a target, the target drives the data line; when a controller sends to a target, the controller drives the data line. The controller always drives the clock line. The ADS1000-Q1 never drives SCL, because the device cannot act as a controller. On the ADS1000-Q1, SCL is an input only.

Most of the time the bus is idle, no communication takes place, and both lines are high. When communication takes place, the bus is active. Only controller devices can start a communication. These devices initiate a communication by causing a start condition on the bus. Normally, the data line is only allowed to change state while the clock line is low. If the data line changes state while the clock line is high, the data line is either a start condition or a stop condition. A start condition is when the clock line is high and the data line goes from high to low. A stop condition is when the clock line is high and the data line goes from low to high.

After the controller issues a start condition, the controller sends a byte that indicates which target device to communicate to. This byte is called the address byte. Each device on an I2C bus has a unique 7-bit address to which the device responds. (Targets can also have 10-bit addresses; see the I2C specification for details.) The controller sends an address in the address byte, together with a bit that indicates whether a read from or write to the target device is needed.

Every byte transmitted on the I2C bus, whether address or data, is acknowledged with an acknowledge bit. When a controller finishes sending a byte, eight data bits, to a target, the controller stops driving SDA and waits for the target to acknowledge the byte. The target acknowledges the byte by pulling SDA low. The controller then sends a clock pulse to clock the acknowledge bit. Similarly, when a controller has finished reading a byte, the controller pulls SDA low to acknowledge to the target that the byte has been read. The controller then sends a clock pulse to clock the bit. (Remember that the controller always drives the clock line.)

A not-acknowledge is performed by simply leaving SDA high during an acknowledge cycle. If a device is not present on the bus, and the controller attempts to address the device, the controller receives a not-acknowledge because no device is present at that address to pull the line low.

When a controller has finished communicating with a target, the controller can issue a stop condition. When a stop condition is issued, the bus becomes idle again. A controller can also issue another start condition. When a start condition is issued while the bus is active, this condition is called a repeated start condition.

Figure 6-1 illustrates a timing diagram for an ADS1000-Q1 I2C transaction. The Timing Requirements table gives the parameters for this diagram.