My TPS61187 LED Driver Startup Plan
I wanted to see if I could power up just the LED backlight portion of a broken LG LCD laptop screen, model LP133WF2(SP)(A1). It was cracked and couldn't display images, but the backlight still worked before I took it apart. Does it still work? I wanted to find out and I still had the screen's integrated driver circuit board and will try that first. The biggest question mark here is how the rest of the circuit board will react if I try to power up the TI TPS61187 LED driver chip in-place on the circuit board. My fallback position is to bypass the chip and power the LED strings directly, but that wouldn't be as energy-efficient and I lose out on cool features. The one most novel to me is the phase-shifted PWM dimming control, where the six LED strings are dimmed round-robin instead of all at once for a smoother display. It's not something I would likely do if I had to power the LEDs directly with my own cricuit.
To see if I could get the original circuit running, I plan to do it in steps based on this excerpt from the datasheet:
7.3.4 Enable and Start-up
The internal regulator which provides VDDIO wakes up as soon as VIN is applied even when EN is low. This allows the device to start when EN is tied to the VDDIO pin. VDDIO does not come to full regulation until EN is high. The TPS61187 checks the status of all current feedback channels and shuts down any unused feedback channels. It is recommended to short the unused channels to ground for faster start-up.
After the device is enabled, if the PWM pin is left floating, the output voltage of the TPS61187 regulates to the minimum output voltage. Once the device detects a voltage on the PWM pin, the TPS61187 begins to regulate the IFB pin current, as pre-set per the ISETH pin resistor, according to the duty cycle of the signal on the PWM pin.
This translated to the following plan:
- Put minimal voltage across VIN and GND. If it doesn't go up in smoke, probe VDDIO to see if it has some voltage.
- If that works, check the Enable pin. If I am to drive the chip, I will need to control the state of the Enable pin. This is where an interaction with existing components might cause headaches: something else on the board might be trying to keep it high or keep it low, and if I put voltage on that pin the opposite state, I might damage that component unless I cut a trace somewhere to disconnect it.
- I might also have to find and cut a trace for the PWM pin for the same reason.
- Send the Enable signal, and check the voltage level across a LED string for the "minimum output voltage" mentioned by the datasheet.
- If all of the above works, then I'll work on how to generate the PWM dimming signal.
Plans rarely survive intact upon their first contact with reality, but I wanted to have one before I got started. It will guide me as I probe the circuit board to understand how it uses a TPS61187.