Tool/software:
Hi there.
I'm trying to use the device for charging 12V Batteries from a 12V to 9V Source. The Device is controlled with a ATMega32U4 which is powered from the Vcc-LDO-Pin of the TPS55289. I'm going to limit the charging current to 1A by using a 10mOhm shunt and setting the register 0x02h to the value 0x94h, but the device is charging with 6A and runs into thermal shutdown after 10 seconds. I also tried to set the register 0x02h to 0x84h which should be 100mA but the current is still at 6A. The setting of the voltage is 12.9V at my test setup and it was stable with no load and also with a 100 Ohm resistive load. And of cause it fall down to battery voltage during charging condition.
Did I misunderstood the Iout-Limit function and it is not reducing voltage until current fits the limit register setting?
Or is the Internal LDO not capable for driving external load (like microcontrollers)? The datasheet told about 50mA load at the pin.
Hope you can help me.
Thanks and best regards