SLUUDN3 July 2026 LP5814 , LP5815 , LP5817
The design parameters for the LP5815 device are listed in Table 4-1.
| Design Parameter | LP5815 |
|---|---|
| VCC and VLED | 3.3V |
| OUT0 Max Current (Blue LED) | 8mA |
| OUT1 Max Current (Green LED) | 14mA |
| OUT2 Max Current (Red LED) | 20mA |
| I2C Frequency | 400kHz |
| I2C Target Address | 0x2D |
The I2C target address is defined as a macro in file lp5815_example.h. There are two address modes, independent and broadcast.
#define I2C_TARGET_ADDRESS_INDEPENDENT (0x2D); //b0010 1101 - LP5815, LP5817
#define I2C_TARGET_ADDRESS_BROADCAST (0x34); //b0011 0100