I'm using the LP5562 to drive 4 display backlight LEDs. I've configured the LP5562 for 15mA current and set the PWM to 100% (255). Each time I change the PWM value for one of the LEDs from 0 to 255, I see about double the current draw I'm expecting. My bench power supply shows an increase in current of 28-31mA when I'd expected about 15mA. Since I'm measuring at the bench supply, I expect slightly higher numbers due to power loss in the on-board regulator, but not that much. I'm using a TPS610997 which is a switching regulator. At these current draw levels, the efficiency should be in the 90s.
The LP5562 registers are set as follows:
ENABLE = 0xc0 OP_MODE = 0x00 B_PWM = 0xff G_PWM = 0xff R_PWM = 0xff B_CURRENT = 0x96 G_CURRENT = 0x96 R_CURRENT = 0x96 CONFIG = 0x01 STATUS = 0x00 W_PWM = 0xff W_CURRENT = 0x96 LED_MAP = 0x00
Does the LP5562 consume that much current in addition to the current going through the LED?