SNVSCE4A may   2023  – august 2023 LP5861T

PRODUCTION DATA  

  1.   1
  2. Features
  3. Applications
  4. Description
  5. Revision History
  6. Device Comparison
  7. Pin Configuration and Functions
  8. 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 Timing Requirements
    7.     15
    8. 7.7 Typical Characteristics
  9. Detailed Description
    1. 8.1 Overview
    2. 8.2 Functional Block Diagram
    3. 8.3 Feature Description
      1. 8.3.1 Analog Dimming (Current Gain Control)
      2. 8.3.2 PWM Dimming
      3. 8.3.3 ON and OFF Control
      4. 8.3.4 Data Refresh Mode
      5. 8.3.5 Full Addressable SRAM
      6. 8.3.6 Protections and Diagnostics
    4. 8.4 Device Functional Modes
    5. 8.5 Programming
    6. 8.6 Register Maps
      1. 8.6.1 CONFIG Registers
      2. 8.6.2 GROUP Registers
      3. 8.6.3 DOTGROUP Registers
      4. 8.6.4 DOTONOFF Registers
      5. 8.6.5 FAULT Registers
      6. 8.6.6 RESET Registers
      7. 8.6.7 DC Registers
      8. 8.6.8 PWM Registers
  10. Application and Implementation
    1. 9.1 Application Information
    2. 9.2 Typical Application
      1. 9.2.1 Application
      2. 9.2.2 Design Requirements
      3. 9.2.3 Detailed Design Procedure
        1. 9.2.3.1 Program Procedure
      4. 9.2.4 Application Performance Plots
    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 Receiving Notification of Documentation Updates
    2. 10.2 Support Resources
    3. 10.3 Trademarks
    4. 10.4 Electrostatic Discharge Caution
    5. 10.5 Glossary
  12. 11Mechanical, Packaging, and Orderable Information

Package Options

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

PWM Dimming

There are several methods to control the PWM duty cycle of each LED dot.

  • Individual 8-bit / 16-bit PWM for Each LED Dot

    Every LED has an individual 8-bit or 16-bit PWM register that is used to change the LED brightness by PWM duty. The LP5861T uses an enhanced spectrum PWM (ES-PWM) algorithm to achieve 16-bit depth with high refresh rate and this can avoid flicker under high speed camera. Comparing with conventional 8-bit PWM, 16-bit PWM can help to achieve ultimate high dimming resolution in LED animation applications.

  • 3 Programmable Groups of 8-bit PWM Dimming

    The group PWM Control is used to select LEDs into one to three groups where each group has a separate register for duty cycle control. Every LED has 2-bit selection in LED_DOT_GROUP Registers (x = 0, 1, … , 4) to select whether the LED dot belongs to one of the three groups or not:

    • 00: not a member of any group
    • 01: member of group 1
    • 10: member of group 2
    • 11: member of group 3

  • 8-bit PWM for Global Dimming

    The Global PWM Control function affects all LEDs simultaneously.

The final PWM duty cycle can be calculated as below:

Equation 2. PWM_Final(8 bit) = PWM_Individual(8 bit) × PWM_Group(8 bit) × PWM_Global(8 bit)
Equation 3. PWM_Final(16 bit) = PWM_Individual(16 bit) × PWM_Group(8 bit) × PWM_Global(8 bit)

The LP5861T supports 125-kHz or 62.5-kHz PWM output frequency. The PWM frequency is selected by configuring the 'PWM_Fre' in Dev_initial register. An internal 32-MHz oscillator is used for generating PWM outputs. The oscillator’s high accuracy design (ƒOSC_ERR ≤ ± 2%) enables a better synchronization if multiple LP5861T devices are connected together.

A PWM phase-shifting scheme is implemented in each current sink to avoid the current overshot when turning on simultaneously. As the LED drivers are not activated simultaneously, the peak load current from the pre-stage power supply is significantly decreased. This scheme also reduces input-current ripple and ceramic-capacitor audible ringing. LED drivers are grouped into three different phases. By configuring the 'PWM_Phase_Shift' in Dev_config1 register, which is default off, the LP5861T supports tphase_shift = 125-ns shifting time shown in Figure 8-1.

  • Phase 1: CS0, CS3, CS6, CS9, CS12, CS15
  • Phase 2: CS1, CS4, CS7, CS10, CS13, CS16
  • Phase 3: CS2, CS5, CS8, CS11, CS14, CS17
GUID-F0B160FF-19A7-467C-8BBA-ADDEDCA0274A-low.svgFigure 8-1 Phase Shift

  • Low Brightness Compensation: three groups compensation are implemented to overcome the color-shift and non-uniformity in low brightness conditions. The compensation capability can be through 'Comp_Group1', 'Comp_Group2', and 'Comp_Group3' in Dev_config2 register.
    • Compensation_group 1: CS0, CS3, CS6, CS9, CS12, CS15
    • Compensation_group 2: CS1, CS4, CS7, CS10, CS13, CS16
    • Compensation_group 3: CS2, CS5, CS8, CS11, CS14, CS17

The LP5861T allows users to configure the dimming scale either exponentially (Gamma Correction) or linearly through the 'PWM_Scale_Mode' in Dev_config1 register. If a human-eye-friendly dimming curve is desired, using the internal fixed exponential scale is an easy approach. If a special dimming curve is desired, using the linear scale with software correction is recommended. The LP5861T supports both linear and exponential dimming curves under 8-bit and 16-bit PWM depth. Figure 8-2 is an example of 8-bit PWM depth.

GUID-2DDDC87D-AB13-425D-9837-5A622F42D1CF-low.svgFigure 8-2 Linear and Exponential Dimming Curves

In summary, the PWM control method is illustrated as Figure 8-3:

GUID-C6278E2A-2581-4A13-9C08-6184A4CC5674-low.svgFigure 8-3 PWM Control Scheme