Hi.
My custom board will receive the power from usb type C port. When charge current is set to 3.0A, 88% of charge efficiency is shown in the datasheet.
Efficiency = Pout/Pin = VSYS*(ICHRG+ISYS) / VBUS*IBUS
0.88 = (3.6V x 3A) / (5V x IBUS)
IBUS = 2.45A
And, According to datasheet, USB input current regulation limit(max) is 500mA.
Then, should I set input current limit greater than IBUS? Or Should it be less than 500mA.
Thanks.