Hi,
I have a custom board with the LP5522 being controlled using a microcontroller. The microcontroller is controlling the CTRL input pin and Iset is set using an external resistor. The LED output from the LP5522 is driving a LCD backlight. I see on a scope after power is applied to my custom board, the CTRL input to the LP5522 toggle high then low again. The microcontroller is set up to do nothing on this pin to debug the behavior. It seems like the LP5522 part is driving the CTRL pin high during power up. It then in turn reads its own CTRL input pin as being high and drives the LED output. The result is that I see the backlight of my LCD briefly turn on then off again when I power on my board, even though the microcontroller is not sending any control commands.
Does the LP5522 drive the CTRL pin during power up and if so, is there a way to prevent the LED output from driving high during power up so it doesn't turn on the backlight on power up? I've tried to put a 100k pull down on the CTRL input and that does prevent the backlight from turning on but it looks like it puts the LP5522 in a weird mode where the LED output doesn't follow the CTRL input (the LED output turns off prematurely resulting in a dimmer backlight brightness). I am operating the LP5522 in non-programmed mode.
Thank you.