Other Parts Discussed in Thread: TPS92518, , LM3409HV, LM3409
I have an unusual product, in that it drives any number and any kind of LEDs from 18V - 48V (plus cable) and from 150 mA - 1.1 Amps.
The equations supplied by the manual are designed for single use applications. Pick a diode, pick chain length, pick current, pick frequency, plop values into equations and get Rsense, L, and register values. The part will power up the chain and run it consistently forever.
My application needs to support a wide range of output voltages and currents and deal with the fact that the voltage of an LED changes based on (temperature) the current flowing through it.
Efficiency plays directly into calculating TOFF and TOFF has to be correct to get the right frequency and the correct current.
So I hand adjusted the register values in your tool to measure the efficiency of the part to get some idea what I'm up against.
It seems rather convoluted:
Measured converter efficiency near 800 KHz:
Converter efficiency | |||||||||||
Measured freq | PKTH | TOFF | I Target | V Target | Iout | Vout | Iin | Vin | Pout | Pin | Efficiency |
809000 | 18 | 40 | 0.1 | 18 | 0.102 | 18.5 | 0.064 | 57.62 | 1.887 | 3.68768 | 51.17% |
807000 | 61 | 35 | 0.3 | 18 | 0.3 | 17.9 | 0.128 | 57.71 | 5.37 | 7.38688 | 72.70% |
796000 | 103 | 35 | 0.5 | 18 | 0.502 | 18.32 | 0.2 | 57.67 | 9.19664 | 11.534 | 79.74% |
792000 | 143 | 35 | 0.7 | 18 | 0.697 | 18.56 | 0.273 | 57.64 | 12.93632 | 15.73572 | 82.21% |
798000 | 184 | 34 | 0.9 | 18 | 0.9 | 17.95 | 0.34 | 57.6 | 16.155 | 19.584 | 82.49% |
799000 | 226 | 34 | 1.1 | 18 | 1.106 | 18.12 | 0.423 | 57.57 | 20.04072 | 24.35211 | 82.30% |
800000 | 255 | 34 | 1.26 | 18 | 1.249 | 18.24 | 0.482 | 57.54 | 22.78176 | 27.73428 | 82.14% |
811000 | 23 | 46 | 0.1 | 36 | 0.103 | 36.34 | 0.095 | 57.53 | 3.74302 | 5.46535 | 68.49% |
812000 | 64 | 38 | 0.3 | 36 | 0.3 | 36.53 | 0.224 | 56.65 | 10.959 | 12.6896 | 86.36% |
808000 | 105 | 36 | 0.5 | 36 | 0.502 | 36.42 | 0.357 | 57.57 | 18.28284 | 20.55249 | 88.96% |
814000 | 146 | 35 | 0.7 | 36 | 0.703 | 36.02 | 0.488 | 57.51 | 25.32206 | 28.06488 | 90.23% |
812000 | 186 | 34 | 0.9 | 36 | 0.901 | 36.3 | 0.628 | 57.435 | 32.7063 | 36.06918 | 90.68% |
815000 | 226 | 33 | 1.1 | 36 | 1.1 | 36.5 | 0.772 | 57.35 | 40.15 | 44.2742 | 90.68% |
800000 | 255 | 34 | 1.26 | 36 | 1.242 | 35.87 | 0.859 | 57.32 | 44.55054 | 49.23788 | 90.48% |
796000 | 26 | 27 | 0.1 | 54 | 0.103 | 50.31 | 0.113 | 57.7 | 5.18193 | 6.5201 | 79.48% |
790000 | 62 | 13 | 0.3 | 54 | 0.302 | 52.96 | 0.31 | 57.6 | 15.99392 | 17.856 | 89.57% |
797000 | 101 | 7 | 0.5 | 54 | 0.497 | 53.98 | 0.504 | 57.525 | 26.82806 | 28.9926 | 92.53% |
750000 | 143 | 6 | 0.7 | 54 | 0.704 | 53.73 | 0.703 | 57.4 | 37.82592 | 40.3522 | 93.74% |
777000 | 185 | 5 | 0.9 | 54 | 0.903 | 53.78 | 0.9 | 57.32 | 48.56334 | 51.588 | 94.14% |
685000 | 224 | 3 | 1.1 | 54 | 1.102 | 54.1 | 1.102 | 57.21 | 59.6182 | 63.04542 | 94.56% |
410000 | 255 | 3 | 1.26 | 54 | 1.255 | 54.42 | 1.258 | 57.128 | 68.2971 | 71.86702 | 95.03% |
You can see that efficiency varies based on both current and voltage.
The question is: how do I calculate TOFF and PKTH to ensure I get the correct frequency and linear PKTH for all cases?
I am planning to calibrate each channel, and I was thinking I'll calibrate TOFF, but from what I can see it looks like I'll be stuck filling in very complex tables of data for each channel with will take a long time.
Can you suggest a method -- that may include calibration -- by which I can calculate TOFF to cause PKTH to be linear across voltage and current?
Thanks for your help. I really appreciate it.