JAJSVB5 September   2024 TIOL221

ADVANCE INFORMATION  

  1.   1
  2. 特長
  3. アプリケーション
  4. 概要
  5. Pin Configuration and Functions
  6. Specifications
    1. 5.1 Absolute Maximum Ratings
    2. 5.2 ESD Ratings
    3. 5.3 ESD Ratings - IEC Specifications
    4. 5.4 Recommended Operating Conditions
    5. 5.5 Thermal Information
    6. 5.6 Electrical Characteristics
    7. 5.7 Switching Characteristics
  7. Parameter Measurement Information
  8. Detailed Description
    1. 7.1 Overview
    2. 7.2 Functional Block Diagrams
    3. 7.3 Feature Description
      1. 7.3.1  Wake-Up Detection
      2. 7.3.2  Current Limit Configuration
        1. 7.3.2.1 Current Limit Configuration in Pin-Mode
        2. 7.3.2.2 Current Limit Configuration in SPI mode
      3. 7.3.3  CQ Current Fault Detection, Indication and Auto Recovery
      4. 7.3.4  DO Current Fault Detection, Indication and Auto Recovery
      5. 7.3.5  CQ and DI Receivers
      6. 7.3.6  Fault Reporting
        1. 7.3.6.1 Thermal Warning, Thermal Shutdown
      7. 7.3.7  The Integrated Voltage Regulator (LDO)
      8. 7.3.8  Reverse Polarity Protection
      9. 7.3.9  Integrated Surge Protection and Transient Waveform Tolerance
      10. 7.3.10 Undervoltage Lock-Out (UVLO)
      11. 7.3.11 Interrupt Function
    4. 7.4 Device Functional Modes
      1. 7.4.1 CQ and DO Tracking mode
    5. 7.5 SPI Programming
  9. Application and Implementation
    1. 8.1 Application Information
    2. 8.2 Typical Application
      1. 8.2.1 Design Requirements
      2. 8.2.2 Detailed Design Procedure
        1. 8.2.2.1 Driving Capacitive Loads
        2. 8.2.2.2 Driving Inductive Loads
    3. 8.3 Power Supply Recommendations
    4. 8.4 Layout
      1. 8.4.1 Layout Guidelines
      2. 8.4.2 Layout Example
  10. TIOL221 Registers
  11. 10Device and Documentation Support
    1. 10.1 Receiving Notification of Documentation Updates
    2. 10.2 サポート・リソース
    3. 10.3 Trademarks
    4. 10.4 静電気放電に関する注意事項
    5. 10.5 用語集
  12. 11Revision History
  13. 12Mechanical, Packaging, and Orderable Information
    1. 12.1 Tape and Reel Information
    2. 12.2 Mechanical Data

パッケージ・オプション

デバイスごとのパッケージ図は、PDF版データシートをご参照ください。

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

Interrupt Function

The interrupt is used to signal some of the critical events to the microcontroller via the INT pin in the SPI mode. In the SPI mode, INT pin is a push-pull output stage. When an interrupt-generating event takes place, the INT pin is pulled low.

Following events can generate interrupt and the corresponding bits are set in the interrupt register:

  • Thermal Shutdown (TSD_INT)
  • A valid wake-up pulse received on CQ (WU_INT)
  • DO output overcurrent fault (DO_FAULT_INT)
  • DO output overcurrent fault (CQ_FAULT_INT)
  • LP falls below warning threshold (LPW_INT)
  • V5IN falls below UVLO threshold (UV_V5_INT)
  • Temperature reached above the thermal warning threshold (TEMP_WARN)

Individual interrupt events can be masked via INT_MASK register. When an interrupt is masked, that particular event does not activate the INT pin. However, interrupt bit is set if the interrupt generating event occurs.

The interrupt bits are not cleared automatically when the interrupt generating event is no longer present. The interrupt bit needs to be cleared explicitly by the microcontroller. The INT pin goes high when all interrupt bits are cleared by the MCU (cleared on read) and the event does not persist. INT pin also goes high if all the interrupt bits are masked. If the interrupt bits are unmasked and if any of the interrupt bits are still set, the INT pin goes low again.