SNVSCC9B November   2023  – December 2024 LP5812

PRODUCTION DATA  

  1.   1
  2. Features
  3. Applications
  4. Description
  5. Device Comparison
  6. Pin Configuration and Functions
  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 Timing Requirements
    7. 6.7 Typical Characteristics
  8. Detailed Description
    1. 7.1 Overview
    2. 7.2 Functional Block Diagram
    3. 7.3 Feature Description
      1. 7.3.1 Time-Cross-Multiplexing (TCM) Scheme
        1. 7.3.1.1 Direct drive mode
        2. 7.3.1.2 TCM Drive Mode
        3. 7.3.1.3 Mix drive mode
        4. 7.3.1.4 Ghosting Elimination
      2. 7.3.2 Analog Dimming
      3. 7.3.3 PWM Dimming
      4. 7.3.4 Autonomous Animation Engine Control
        1. 7.3.4.1 Animation Engine Pattern
        2. 7.3.4.2 Sloper
        3. 7.3.4.3 Animation Engine Unit (AEU)
        4. 7.3.4.4 Animation Pause Unit (APU)
      5. 7.3.5 Protections and Diagnostics
        1. 7.3.5.1 LED Open Detections
        2. 7.3.5.2 LED Short Detections
        3. 7.3.5.3 Thermal Shutdown
    4. 7.4 Device Functional Modes
    5. 7.5 Programming
    6. 7.6 Register Maps
  9. Application and Implementation
    1. 8.1 Application Information
    2. 8.2 Typical Application
      1. 8.2.1 Application
      2. 8.2.2 Design Parameters
      3. 8.2.3 Detailed Design Procedure
        1. 8.2.3.1 Input Capacitor Selection
        2. 8.2.3.2 Program Procedure
        3. 8.2.3.3 Programming Example
      4. 8.2.4 Application Performance Plots
    3. 8.3 Power Supply Recommendations
    4. 8.4 Layout
      1. 8.4.1 Layout Guidelines
      2. 8.4.2 Layout Example
  10. Device and Documentation Support
    1. 9.1 Documentation Support
    2. 9.2 Receiving Notification of Documentation Updates
    3. 9.3 Support Resources
    4. 9.4 Trademarks
    5. 9.5 Electrostatic Discharge Caution
    6. 9.6 Glossary
  11. 10Revision History
  12. 11Mechanical, Packaging, and Orderable Information

Package Options

Refer to the PDF data sheet for device specific package drawings

Mechanical Data (Package|Pins)
  • YBH|9
  • DSD|8
Thermal pad, mechanical data (Package|Pins)
Orderable Information

Programming Example

To get the design parameters in Section 8.2.2, the following program steps can be referred.

After VCC powering up and waiting around 1 ms,

  1. Execute I2C slave addressing, for details refer to the sample code
  2. Set chip_en = 1 to enable the device (Write 01h to register 000h)
  3. Set max_current = 1h to set 51 mA maximum output LED current (Write 01h to register 001h)
  4. Set led_mode = 4h to configure the LED drive mode as scan drive mode with 4 scans (Write 40h to register 002h)
  5. Set lsd_threshold = 3h is recommended to avoid incorrect LSD detection (Write 0Bh to register 00Dh)

    Leave the PWM frequency, scan order, manual or autonomous mode, linear or exponential dimming curve, phase align method, vsync mode, blank time, clamp settings as default. (In other application requirements, these functions can be set)

  6. Send update command to complete configuration settings (Write 55h to register 010h)
  7. Read back config_err_status to check if the configuration is proper (Read register 300h)
  8. Enable all 12 LEDs (Write F0h to register 020h, write FFh to register 021h)
  9. Set 51 mA peak current for red LEDs, 40 mA peak current for green and blue LEDs (Write FFh to registers 035h, 038h, 03Bh, 03Eh, write CCh to registers 034h, 036h, 037h, 039h, 03Ah, 03Ch, 03Dh, 03Fh)
  10. Set 100% duty cycle to illuminate the LEDs (Write FFh to registers 044h - 04Fh)