Other Parts Discussed in Thread: TPS92641,
- Using TPS92205xEVM
- Input voltage 48V
- Connecting to a single COB LED (18V / 500mA)
- PWM frequency (for ADIM + PWM input) 4KHz
I'm initializing Flexible Dimming mode as described on the forum, and then setting ADIM pin to 12.5% duty cycle for 4 A * .125 = 500 mA
I'm then doing PWM ramp on the PWM/EN pin to fade in (over 2 seconds) and out (over 2 seconds). For 13-bit PWM this means I change the duty cycle every 247uS approximately. This is roughly the 10000:1 dimming ratio advertised (13-bit = 8096 levels). I've also tried doing it over 4 and 8 seconds as well in case this matters, but it doesn't seem to have an effect.
There are two effects I observe:
- It's impossible to completely turn the LED off, likely due to the current leakage issue described in https://e2e.ti.com/support/power-management-group/power-management/f/power-management-forum/1241615/tps922055-leakage-current-issue-when-driver-is-in-off-state
- More importantly, the dimming quality below around 5% is not smooth at all. As the PWM sweeps smoothly between those last 5% - 0%, the actual brightness level jerks considerably, seemingly to stair-step down. On the way up from 0% - 5% I see similar stair-casing.
Any advice? I'm coming from a Shunt FET design with TPS92641 which was super smooth the entire range, and looking to see if these new chips can provide the same (or very similar) quality.
Only thoughts I had were around output capacitance, and also perhaps running ADIM @ 12.5% affects ability to do PWM smoothly down to dark.