JAJSEX5B August   2010  – March 2018 LM3535

PRODUCTION DATA.  

  1. 特長
  2. アプリケーション
  3. 概要
    1.     Device Images
      1.      代表的なアプリケーション
  4. 改訂履歴
  5. 概要(続き)
  6. Pin Configuration and Functions
    1.     Pin Functions
  7. 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 Typical Characteristics
  8. Detailed Description
    1. 8.1 Overview
    2. 8.2 Functional Block Diagram
    3. 8.3 Feature Description
      1. 8.3.1 Charge Pump
      2. 8.3.2 Diode Current Sinks
      3. 8.3.3 Ambient Light Sensing (ALS) And Interrupt
      4. 8.3.4 Dynamic Backlight Control Input (PWM Pin)
      5. 8.3.5 LED Forward Voltage Monitoring
      6. 8.3.6 Configurable Gain Transition Delay
      7. 8.3.7 Hardware Enable (HWEN)
    4. 8.4 Device Functional Modes
      1. 8.4.1 Shutdown
      2. 8.4.2 Standby
      3. 8.4.3 Active Mode
    5. 8.5 Programming
      1. 8.5.1 I2C Compatible Interface
        1. 8.5.1.1 Data Validity
        2. 8.5.1.2 Start and Stop Conditions
        3. 8.5.1.3 Transferring Data
        4. 8.5.1.4 I2C Compatible Chip Address
        5. 8.5.1.5 Internal Registers of LM3535
  9. 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 Ambient Light Sensing
          1. 9.2.2.1.1 Ambient Light Sensor Block
          2. 9.2.2.1.2 ALS Operation
            1. 9.2.2.1.2.1 ALS Configuration Example
          3. 9.2.2.1.3 ALS Averaging Time
          4. 9.2.2.1.4 Ambient Light Current Control + PWM
            1. 9.2.2.1.4.1 ALS + PWM Example
        2. 9.2.2.2 LED Configurations
        3. 9.2.2.3 Maximum Output Current, Maximum LED Voltage, Minimum Input Voltage
          1. 9.2.2.3.1 Total Output Current Capability
        4. 9.2.2.4 Parallel Connected and Unused Outputs
        5. 9.2.2.5 Power Efficiency
        6. 9.2.2.6 Power Dissipation
        7. 9.2.2.7 Thermal Protection
        8. 9.2.2.8 Capacitor Selection
      3. 9.2.3 Application Curves
  10. 10Power Supply Recommendations
  11. 11Layout
    1. 11.1 Layout Guidelines
    2. 11.2 Layout Example
  12. 12デバイスおよびドキュメントのサポート
    1. 12.1 ドキュメントの更新通知を受け取る方法
    2. 12.2 コミュニティ・リソース
    3. 12.3 商標
    4. 12.4 静電気放電に関する注意事項
    5. 12.5 Glossary
  13. 13メカニカル、パッケージ、および注文情報

パッケージ・オプション

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

Transferring Data

Every byte put on the SDIO line must be eight bits long, with the most significant bit (MSB) transferred first. Each byte of data has to be followed by an acknowledge bit. The acknowledge related clock pulse is generated by the master. The master releases the SDIO line (HIGH) during the acknowledge clock pulse. The LM3535 pulls down the SDIO line during the 9th clock pulse, signifying an acknowledge. The LM3535 generates an acknowledge after each byte is received. There is no acknowledge created after data is read from the LM3535.

After the START condition, the I2C master sends a chip address. This address is seven bits long followed by an eighth bit which is a data direction bit (R/W). The LM3535 7-bit address is 38h. For the eighth bit, a “0” indicates a WRITE and a “1” indicates a READ. The second byte selects the register to which the data will be written. The third byte contains data to write to the selected register.

LM3535 30082412.gifFigure 19. Write Cycle
W = Write (SDIO = 0)
R = Read (SDIO = 1)
Ack = Acknowledge (SDIO Pulled Down by Either Master or Slave)
Id = Chip Address, 38h For Lm3535