SLLSFL3 April   2022 TUSB1004

PRODUCTION DATA  

  1. Features
  2. Applications
  3. Revision History
  4. Pin Configuration and Functions
  5. Specifications
    1. 5.1  Absolute Maximum Ratings
    2. 5.2  ESD Ratings
    3. 5.3  Recommended Operating Conditions
    4. 5.4  Thermal Information
    5. 5.5  Power Supply Characteristics
    6. 5.6  Control I/O DC Electrical Characteristics
    7. 5.7  USB Electrical Characteristics
    8. 5.8  Timing Requirements
    9. 5.9  Switching Characteristics
    10. 5.10 Typical Characteristics
  6. Parameter Measurement Information
  7. Detailed Description
    1. 7.1 Overview
    2. 7.2 Functional Block Diagram
    3. 7.3 Feature Description
      1. 7.3.1 4-Level Inputs
      2. 7.3.2 USB Receiver Linear Equalization
        1. 7.3.2.1 Linear EQ Configuration
        2. 7.3.2.2 Full Adaptive Equalization
        3. 7.3.2.3 Fast Adaptive Equalization
      3. 7.3.3 USB Transmitter
        1. 7.3.3.1 Linearity VOD
        2. 7.3.3.2 Limited VOD
        3. 7.3.3.3 Transmit Equalization (Limited Redriver Mode Only)
      4. 7.3.4 USB 3.1 x2 Description
      5. 7.3.5 USB Polarity Inversion
      6. 7.3.6 Receiver Detect Control
    4. 7.4 Device Functional Modes
      1. 7.4.1 MODE Pin
      2. 7.4.2 Rx EQ Configuration in Pin-Strap Mode
      3. 7.4.3 USB 3.2 Power States
      4. 7.4.4 Disabling U1 and U2
    5. 7.5 Programming
      1. 7.5.1 Pseudocode Examples
        1. 7.5.1.1 Fixed EQ with Linear Redriver Mode
        2. 7.5.1.2 Fixed EQ with Limited Redriver Mode
        3. 7.5.1.3 Fast AEQ with Linear Redriver Mode
        4. 7.5.1.4 Fast AEQ with Limited Redriver Mode
        5. 7.5.1.5 Full AEQ with Linear Redriver Mode
        6. 7.5.1.6 Full AEQ with Limited Redriver Mode
      2. 7.5.2 TUSB1004 I2C Address Options
      3. 7.5.3 TUSB1004 I2C Target Behavior
    6. 7.6 Register Map
      1. 7.6.1 TUSB1004 Registers
  8. Application and Implementation
    1. 8.1 Application Information
  9. Typical Application
  10. 10Design Requirements
  11. 11Detailed Design Procedure
    1. 11.1 USB SSTX1/2 Receiver Configuration
    2. 11.2 USB CRX1/2 Receiver Configuration
      1. 11.2.1 Fixed Equalization
      2. 11.2.2 Full Adaptive Equalization
      3. 11.2.3 Fast Adaptive Equalization
  12. 12Application Curves
  13. 13Power Supply Recommendations
  14. 14Layout
    1. 14.1 Layout Guidelines
    2. 14.2 Layout Example
  15. 15Device and Documentation Support
    1. 15.1 Receiving Notification of Documentation Updates
    2. 15.2 Support Resources
    3. 15.3 Trademarks
    4. 15.4 Electrostatic Discharge Caution
    5. 15.5 Glossary
  16. 16Mechanical, Packaging, and Orderable Information

Package Options

Mechanical Data (Package|Pins)
Thermal pad, mechanical data (Package|Pins)
Orderable Information

TUSB1004 I2C Target Behavior

Figure 7-2 I2C Write with Data

The following procedure should be followed to write data to TUSB1004 I2C registers (refer to Figure 7-2):

  1. The controller initiates a write operation by generating a start condition (S), followed by the TUSB1004 7-bit address and a zero-value “W/R” bit to indicate a write cycle.
  2. The TUSB1004 acknowledges the address cycle.
  3. The controller presents the register offset within TUSB1004 to be written, consisting of one byte of data, MSB-first.
  4. The TUSB1004 acknowledges the sub-address cycle.
  5. The controller presents the first byte of data to be written to the I2C register.
  6. The TUSB1004 acknowledges the byte transfer.
  7. The controller may continue presenting additional bytes of data to be written, with each byte transfer completing with an acknowledge from the TUSB1004.
  8. The controller terminates the write operation by generating a stop condition (P).

Figure 7-3 I2C Read Without Repeated Start

The following procedure should be followed to read the TUSB1004 I2C registers without a repeated Start (refer Figure 7-3).

  1. The controller initiates a read operation by generating a start condition (S), followed by the TUSB1004 7-bit address and a zero-value “W/R” bit to indicate a read cycle.
  2. The TUSB1004 acknowledges the 7-bit address cycle.
  3. Following the acknowledge the controller continues sending clock.
  4. The TUSB1004 transmit the contents of the memory registers MSB-first starting at register 00h or last read register offset+1. If a write to the I2C register occurred prior to the read, then the TUSB1004 shall start at the register offset specified in the write.
  5. The TUSB1004 waits for either an acknowledge (ACK) or a not-acknowledge (NACK) from the controller after each byte transfer; the I2C controller acknowledges reception of each data byte transfer.
  6. If an ACK is received, the TUSB1004 transmits the next byte of data as long as controller provides the clock. If a NAK is received, the TUSB1004 stops providing data and waits for a stop condition (P).
  7. The controller terminates the write operation by generating a stop condition (P).

Figure 7-4 I2C Read with Repeated Start

The following procedure should be followed to read the TUSB1004 I2C registers with a repeated Start (refer Figure 7-4).

  1. The controller initiates a read operation by generating a start condition (S), followed by the TUSB1004 7-bit address and a zero-value “W/R” bit to indicate a write cycle.
  2. The TUSB1004 acknowledges the 7-bit address cycle.
  3. The controller presents the register offset within TUSB1004 to be written, consisting of one byte of data, MSB-first.
  4. The TUSB1004 acknowledges the register offset cycle.
  5. The controller presents a repeated start condition (Sr).
  6. The controller initiates a read operation by generating a start condition (S), followed by the TUSB1004 7-bit address and a one-value “W/R” bit to indicate a read cycle.
  7. The TUSB1004 acknowledges the 7-bit address cycle.
  8. The TUSB1004 transmit the contents of the memory registers MSB-first starting at the register offset.
  9. The TUSB1004 shall wait for either an acknowledge (ACK) or a not-acknowledge (NACK) from the controller after each byte transfer; the I2C controller acknowledges reception of each data byte transfer.
  10. If an ACK is received, the TUSB1004 transmits the next byte of data as long as controller provides the clock. If a NAK is received, the TUSB1004 stops providing data and waits for a stop condition (P).
  11. The controller terminates the read operation by generating a stop condition (P).

Figure 7-5 I2C Write Without Data

The following procedure should be followed for setting a starting sub-address for I2C reads (refer to Figure 7-5).

  1. The controller initiates a write operation by generating a start condition (S), followed by the TUSB1004 7-bit address and a zero-value “W/R” bit to indicate a write cycle.
  2. The TUSB1004 acknowledges the address cycle.
  3. The controller presents the register offset within TUSB1004 to be written, consisting of one byte of data, MSB-first.
  4. The TUSB1004 acknowledges the register offset cycle.
  5. The controller terminates the write operation by generating a stop condition (P).

Note:

After initial power-up, if no register offset is included for the read procedure (refer to Figure 7-3), then reads start at register offset 00h and continue byte by byte through the registers until the I2C controller terminates the read operation. During a read operation, the TUSB1004 auto-increments the I2C internal register address of the last byte transferred independent of whether or not an ACK was received from the I2C controller.