SNVU940 January   2025 LP5810 , LP5811 , LP5812 , LP5813

PRODUCTION DATA  

  1.   1
  2.   Description
  3.   Features
  4.   Applications
  5.   5
  6. 1Introduction
  7. 2Software Setup
    1. 2.1 CCS Installation
    2. 2.2 MSPM0-SDK Installation
    3. 2.3 Environment Setup
  8. 3Sample Code Structure
    1. 3.1 Flow Diagram
    2. 3.2 System Setup
  9.   Trademarks

System Setup

This section describes how the sample code works with the EVM's jumper setting.

The code supports:
  • LP5813
  • LP5812
  • LP5811
  • LP5810
  • LP5813-12WCSPEVM
  • LP5813-12WSONEVM
  • LP5811-10EVM

According to the flow diagram, we can see we have 4 different functions to implement different LED effect. RGB_Auto() function means that using internal animation function & TCM structure to control 4 RGB LEDs without real time I2C communication. RGB_Manual() means that using TCM structure to control 4 RGB LEDs with real time I2C communication to realize LED effect. LED_Auto() means that using internal animation to control 4 LEDs without real time I2C communication. LED_Manual() means that only using real time I2C communication to control 4 LEDs with real time I2C communication.

Here is the detail jumper setting for each function.

  1. RGB_Auto();

    LP5810 LP5811 LP5812 LP5813 4-Scan Mode
                                    and Enable Boost without External Power supply Figure 3-2 4-Scan Mode and Enable Boost without External Power supply

  2. RGB_Manual();

    LP5810 LP5811 LP5812 LP5813 4-Scan Mode
                                    and Enable Boost without External Power supply Figure 3-3 4-Scan Mode and Enable Boost without External Power supply

  3. LED_Auto();

    LP5810 LP5811 LP5812 LP5813 Direct mode
                                    and Enable Boost without External Power supply Figure 3-4 Direct mode and Enable Boost without External Power supply

  4. LED_Manual();

    LP5810 LP5811 LP5812 LP5813 Direct mode
                                    and Enable Boost without External Power supply Figure 3-5 Direct mode and Enable Boost without External Power supply