ZHCSKE4C october   2016  – december 2020 DS280MB810

PRODUCTION DATA  

  1.   1
  2. 特性
  3. 应用
  4. 说明
  5. Revision History
  6. Description (continued)
  7. Pin Configuration and Functions
  8. Specifications
    1. 7.1 Absolute Maximum Ratings
    2. 7.2 ESD Ratings
    3. 7.3 Recommended Operating Conditions
    4. 7.4 Thermal Information
    5. 7.5 Electrical Characteristics
    6. 7.6 Timing Requirements – Serial Management Bus Interface
    7. 7.7 Typical Characteristics
  9. Detailed Description
    1. 8.1 Overview
    2. 8.2 Functional Block Diagram
    3. 8.3 Feature Description
      1. 8.3.1 Device Data Path Operation
      2. 8.3.2 AC-coupled Receiver Inputs
      3. 8.3.3 Signal Detect
      4. 8.3.4 2-Stage CTLE
      5. 8.3.5 Driver DC Gain Control
      6. 8.3.6 2x2 Cross-point Switch
      7. 8.3.7 Configurable SMBus Address
    4. 8.4 Device Functional Modes
      1. 8.4.1 SMBus Slave Mode Configuration
      2. 8.4.2 SMBus Master Mode Configuration (EEPROM Self Load)
    5. 8.5 Programming
      1. 8.5.1 Transfer of Data with the SMBus Interface
    6. 8.6 Register Maps
      1. 8.6.1 Register Types: Global, Shared, and Channel
      2. 8.6.2 Global Registers: Channel Selection and ID Information
      3. 8.6.3 Shared Registers
      4. 8.6.4 Channel Registers
  10. Application and Implementation
    1. 9.1 Application Information
    2. 9.2 Typical Application
      1. 9.2.1 Backplane and Mid-Plane Reach Extension
        1. 9.2.1.1 Design Requirements
        2. 9.2.1.2 Detailed Design Procedure
      2. 9.2.2 Front-Port Applications
        1. 9.2.2.1 Design Requirements
        2. 9.2.2.2 Detailed Design Procedure
      3. 9.2.3 Application Curves
        1. 9.2.3.1 Pattern Generator Characteristics
        2. 9.2.3.2 Equalizing Moderate Pre-Channel Loss
        3. 9.2.3.3 Equalizing High Pre-Channel Loss
        4. 9.2.3.4 Equalizing High Pre-Channel Loss and Moderate Post-Channel Loss
    3. 9.3 Initialization Set Up
  11. 10Power Supply Recommendations
  12. 11Layout
    1. 11.1 Layout Guidelines
    2. 11.2 Layout Examples
      1. 11.2.1 Stripline Example
      2. 11.2.2 Microstrip Example
  13. 12Device and Documentation Support
    1. 12.1 Documentation Support
      1. 12.1.1 Related Documentation
    2. 12.2 Receiving Notification of Documentation Updates
    3. 12.3 Support Resources
    4. 12.4 Trademarks
  14. 13Mechanical, Packaging, and Orderable Information

封装选项

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

SMBus Master Mode Configuration (EEPROM Self Load)

To configure the DS280MB810 for SMBus master mode, leave the EN_SMB pin floating (no connect). If the DS280MB810 is configured for SMBus master mode, it will remain in the SMBus IDLE state until the READ_EN_N pin is asserted to LOW, or VIL. Once the READ_EN_N pin is driven LOW, the DS280MB810 becomes an SMBus master and attempts to self-configure by reading device settings stored in an external EEPROM (SMBus 8-bit address 0xA0). When the DS280MB810 has finished reading from the EEPROM successfully, it will drive the ALL_DONE_N pin LOW and then change from an SMBus master to an SMBus slave. Not all bits in the register map can be configured through an EEPROM load. Refer to the DS280MB810 Programming Guide for more information.

When designing a system for using the external EEPROM, the user must follow these guidelines:

  • Maximum EEPROM size is 8 kb (1024 x 8-bit).
  • Set EN_SMB = FLOAT to configure for SMBus master mode.
  • The external EEPROM 8-bit device address must be 0xA0 and capable of 400 kHz operation at 2.5 V or 3.3 V supply.
  • Once the DS280MB810 completes its EEPROM load the device becomes an SMBus slave on the control bus.
  • If multiple DS280MB810 devices share a single EEPROM, connect the ALL_DONE_N output of the first device to the READ_EN_N input of the next device, as shown in Figure 8-4.

GUID-B71DF83E-07FF-4CE6-A3D4-01772FE54FE8-low.gifFigure 8-4 Example daisy chain for multiple device, single EEPROM configuration

When tying multiple DS280MB810 devices to the SDA and SDC bus, use these guidelines to configure the devices for SMBus master mode:

  • Use SMBus ADDR[1:0] address bits so that each device can load its configuration from the EEPROM. The example below is for four devices. The first device in the sequence conventionally uses the 8-bit slave write address 0x30, while subsequent devices follow the address order listed below.
    • DS280MB810 instance 1 (U1): ADDR[1:0] = {0, 0} = 0x30
    • DS280MB810 instance 2 (U2): ADDR[1:0] = {0, R} = 0x32
    • DS280MB810 instance 3 (U3): ADDR[1:0] = {0, F} = 0x34
    • DS280MB810 instance 4 (U4): ADDR[1:0] = {0, 1} = 0x36
  • Use a pull-up resistor on SDA and SDC; resistor value = 2 kΩ to 5 kΩ is adequate.
  • Float (no connect) the EN_SMB pin (E3) on all DS280MB810 devices to configure them for SMBus master mode. The EN_SMB pin should not be dynamically changed between the high and float states.
  • Daisy-chain READ_EN_N (pin F13) and ALL_DONE_N (pin D3) from one device to the next device in the following sequence so that they do not compete for master control of the EEPROM at the same time.
    1. Tie READ_EN_N of the first device in the chain (U1) to GND to trigger EEPROM read immediately after the DS280MB810 power-on reset (PoR) completes. Alternatively, drive the READ_EN_N pin from a control device (micro-controller or FPGA) to trigger the EEPROM read at a specific time.
    2. Tie ALL_DONE_N of U1 to READ_EN_N of U2
    3. Tie ALL_DONE_N of U2 to READ_EN_N of U3
    4. Tie ALL_DONE_N of U3 to READ_EN_N of U4
    5. Optional: Tie ALL_DONE_N output of U4 to a micro-controller or an LED to show the devices have been loaded successfully.

Once the ALL_DONE_N status pin of the last device is flagged to indicate that all devices sharing the SMBus line have been successfully programmed, control of the SMBus line is released by the DS280MB810. The device then reverts back to SMBus slave mode. At this point, an external controller can perform any additional Read or Write operations to the DS280MB810.

Refer to the DS280MB810 Programming Guide for additional information concerning SMBus master mode.