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

Introduction

The sample code showcases the ability to light up the LEDs on the LP5813-12WCSPEVM & LP5813-12WSONEVM. The sample code can suit for all EVM. This helps the user to be able to light up the EVM without any modification to the sample code.

There are four modes in the code: 1) LED_Manual mode; 2) RGB_Manual mode; 3) LED_Auto mode; 4) RGB_Auto mode. The RGB_Manual mode is selected by default. Section 3.2 describes how to work with EVM jumper setting between the modes. In the LED_Manual mode, MCU can control 4 white LEDs on the EVM to realize animation patter by sending the I2C commands in real time; In the RGB_Manual mode, MCU can control 4 RGB LEDs on the EVM to realize animation patter by sending the I2C commands in real time; In the LED_Auto mode, MCU can config the EVM by sending one-time commands, the LED driver can control the 4 white LEDs to play the pre-defined patter using internal animation engine by itself. In the RGB_Auto mode, MCU can config the EVM by sending one-time commands, the LED driver can control the 4 RGB LEDs to play the pre-defined patter using internal animation engine by itself.

More detail about the system specification can be found in Section 3.2.