JAJSKH0C April   2023  – February 2024 TPS274C65

PRODUCTION DATA  

  1.   1
  2. 特長
  3. アプリケーション
  4. 概要
  5. Device Comparison Table
  6. Pin Configuration and Functions
    1.     7
  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 Switching Characteristics
    7. 6.7 SPI Timing Requirements
    8. 6.8 Typical Characteristics
  8. Parameter Measurement Information
  9. Detailed Description
    1. 8.1 Overview
    2. 8.2 Functional Block Diagram
    3. 8.3 Feature Description
      1. 8.3.1 Pin Diagrams
      2. 8.3.2 SPI Mode Operation
        1. 8.3.2.1 Diagnostic Bit Behavior
      3. 8.3.3 Programmable Current Limit
        1. 8.3.3.1 Inrush Current Handling
      4. 8.3.4 DO_EN Feature
      5. 8.3.5 Protection Mechanisms
        1. 8.3.5.1 Overcurrent Protection
        2. 8.3.5.2 Short Circuit Protection
          1. 8.3.5.2.1 VS During Short-to-Ground
        3. 8.3.5.3 Inductive-Load Switching-Off Clamp
        4. 8.3.5.4 Inductive Load Demagnetization
        5. 8.3.5.5 Thermal Shutdown
        6. 8.3.5.6 Undervoltage protection on VS
        7. 8.3.5.7 Undervoltage Lockout on Low Voltage Supply (VDD_UVLO)
        8. 8.3.5.8 Power-Up and Power-Down Behavior
        9. 8.3.5.9 Reverse Current Blocking
      6. 8.3.6 Diagnostic Mechanisms
        1. 8.3.6.1 Current Sense
          1. 8.3.6.1.1 RSNS Value
            1. 8.3.6.1.1.1 SNS Output Filter
        2. 8.3.6.2 Fault Indication
          1. 8.3.6.2.1 Current Limit Behavior
        3. 8.3.6.3 Short-to-Battery and Open-Load Detection
        4. 8.3.6.4 On-State Wire-Break Detection
        5. 8.3.6.5 Off State Wire-Break Detection
        6. 8.3.6.6 ADC
      7. 8.3.7 LED Driver
    4. 8.4 Device Functional Modes
      1. 8.4.1 OFF/POR
      2. 8.4.2 INIT
      3. 8.4.3 Active
    5. 8.5 TPS274C65BS Available Registers List
    6. 8.6 TPS274C65 Registers
  10. Application and Implementation
    1. 9.1 Application Information
    2. 9.2 Typical Application
      1. 9.2.1 Design Requirements
      2. 9.2.2 Detailed Design Procedure
        1. 9.2.2.1 IEC 61000-4-5 Surge
        2. 9.2.2.2 Loss of GND
        3. 9.2.2.3 Paralleling Channels
      3. 9.2.3 Application Curves
    3. 9.3 Power Supply Recommendations
    4. 9.4 Layout
      1. 9.4.1 Layout Guidelines
      2. 9.4.2 Layout Example
  11. 10Device and Documentation Support
    1. 10.1 ドキュメントの更新通知を受け取る方法
    2. 10.2 サポート・リソース
    3. 10.3 Trademarks
    4. 10.4 静電気放電に関する注意事項
    5. 10.5 用語集
  12. 11Revision History
  13. 12Mechanical, Packaging, and Orderable Information

パッケージ・オプション

メカニカル・データ(パッケージ|ピン)
サーマルパッド・メカニカル・データ
発注情報

SPI Mode Operation

The TPS274C65xS communicates with the host controller through a high-speed SPI serial interface. The interface has three logic inputs: clock (CLK), chip select (CS), serial data in (SDI), and one data out (SDO). The SDO is three-stated when CS is high. The maximum SPI clock rate is 10 MHz. The capacitance at SPI communication pins (CLK, CS, SDI, SDO) needs to be minimized to achieve high SPI communication frequencies.

The device supports both simple daisy chain1 and addressable SPI; the selection of mode is from the DSPI pin. The main advantage of the addressable SPI mode is that diagnostics and configuration is easier. The two different modes of SPI that is fixed for a given system implementation and cannot be changed dynamically or on the fly. The two modes can be used with or without CRC.

The two modes are described in detail:

  1. Addressable SPI mode - non-daisy-chained SPI bus with one single/shared CS through chip addressing. Each chip on the shared SPI is assigned an individual chip address with the address set through a resistor (three-bit address for the chip). Addressed SPI (DSPI pin pulled low) allows direct communication with up to eight TPS274C65xS on a shared SPI using a single shared CS signal. The three-bit address of each IC (up to eight on one board) is set with a resistor to GND on this pin Addressed SPI offers the advantage of direct chip access. CRC check is enabled when CRCEN=1. The SPI main device addresses a specific chip by sending the appropriate A2, A1, A0 logic in the first three bits of the SPI read/write command. The TPS274C65xS monitors the SPI address in each SPI read or write cycle and responds appropriately when the address matches the programmed address for that IC. The added advantage is that it is possible to update the SW state register and read the data in the various read only fault and data registers in every read as well as write command frame. The transmission speed will be faster for addressable SPI compared to the daisy chain SPI as the direct data transmission will happen immediately once the address is transmitted.
  2. Daisy chain SPI mode is enabled by setting DSPI pin high. In this mode, multiple TPS274C65xS devices are configured in a serial fashion. In the 16-bit daisy-chain mode, only a minimum read capability and Switch state ON/OFF write is possible- the FAULT status can be read out on each write to the switch ON-OFF register. It is not possible to write to the LED registers or re-configure the device and at the same time update the switch state. However, it is possible to update the SW state register and read the data in the various read only fault and data registers. The 24-bit SPI format allows the write to the SW_STATE register in every read as well as write command frame as well enable CRC. The speed of the transmission for daisy chain will be depending on the CLK frequency as well as the number of devices connected in series.

The communication between the TPS274C65 IC and the controller or MCU is through a SPI bus in a master-slave configuration. The external MCU is always an SPI master that sends command requests on the SDI pin of the TPS274C65 IC and receives device responses on the SDO pin of the IC. The TPS274C65 device is always an SPI slave device that receives command requests and sends responses (such as status and measured values) to the external MCU over the SDO line. The following lists the characteristics of the SPI:

The TPS274C65 device can be connected to the master MCU in the following formats.

  • One slave device
GUID-20211103-SS0I-CWSH-RSPQ-VRMK6HKCM1SC-low.svg Figure 8-4 Independent Slave Configuration
  • Multiple slave devices in parallel connection (addressable SPI mode)
GUID-20211103-SS0I-VFCN-VFTV-8TTX5H0SZM3B-low.svg Figure 8-5 Addressable SPI Configuration
  • Multiple slave devices in series (daisy chain) connection limited only by the SPI write frame speed requirements.
GUID-20211103-SS0I-JNNS-HRB2-3KWZRKTNWKFF-low.svg Figure 8-6 Daisy Chain Configuration

SPI mode controls the following functions.

  • ON/OFF control of the switches.
  • Disable the diagnostics to reduce the quiescent current consumption.
  • Select the channel(s) and measurements for VOUT, IOUT and TEMP.
  • Fault management (clearing faults and action/response on fault).
  • Watchdog timer - the device will generate an error if the SW_STATE register has not been successfully written into within the watchdog timeout period. The customer can disable the watchdog feature using the WD_EN bit (default is off).
  • The current limit protection threshold
Table 8-1 SPI IC Address Configuration
Resistor Value(kΩ) ADDCFG Code

13.3

000

17.8

001

23.7

010

31.6

011

44.2

100

59

101

78.7

110

110

111

Note: Please use resistor with <1% tolerance.

Table 8-2 SPI Configuration
Pin Configuration SPI Register Configuration SCLK Cycle per Frame
DSPI D24BIT CRC_EN

0

x

0

24 bits, no CRC

x

1

32 bits, with CRC

1

0

0

16 bits, no CRC

1

1

24 bits, with CRC

1

0

24 bits, no CRC

SPI Sequence Frame Format

Note: FAULT STATUS TYPE bits in the SDO frame are equivalent to the FAULT_TYPE_STAT register (0h) listed in TPS274C65 Registers.
GUID-20210916-SS0I-BH22-X7S7-8H1XBQGDG4FD-low.svgFigure 8-7 24-bit Read, DSPI=0, D24BIT=x, CRC_EN=0
GUID-20210916-SS0I-8BFW-BWCB-F0LZ6KJMFVWR-low.svgFigure 8-8 24-bit Write, DSPI=0, D24BIT=x, CRC_EN=0
GUID-20210916-SS0I-TNZB-SJ4F-JF551W6FKRRB-low.svgFigure 8-9 32-bit Read, DSPI=0, D24BIT=x, CRC_EN=1
GUID-20210916-SS0I-GVKQ-SM5Q-JPMWMWGNSQWQ-low.svgFigure 8-10 32-bit Write, DSPI=0, D24BIT=x, CRC_EN=1
GUID-20210916-SS0I-ZZVG-GQR1-R2TRMPMR1CXK-low.svgFigure 8-11 16-bit Read, DSPI=1, D24BIT=0, CRC_EN=0
GUID-20210916-SS0I-PRDS-FL5M-0B0TGQ307RZT-low.svgFigure 8-12 16-bit Write, DSPI=1, D24BIT=0, CRC_EN=0
GUID-20210916-SS0I-GDB8-MWT0-KCMFPQDGRGL0-low.svgFigure 8-13 24-bit Read, DSPI=1, D24BIT=1, CRC_EN=0
GUID-20210916-SS0I-8X0G-VL3Z-WND49Z8VPBZT-low.svgFigure 8-14 24-bit Write, DSPI=1, D24BIT=1, CRC_EN=0
GUID-20210916-SS0I-SRMQ-ZM29-NGS81SHLZ2LD-low.svgFigure 8-15 24-bit Read, DSPI=1, D24BIT=1, CRC_EN=1
GUID-20210916-SS0I-FPJV-4RVP-5LKPXNSTHLSL-low.svgFigure 8-16 24-bit Write, DSPI=1, D24BIT=1, CRC_EN=1