that makes sense - if if skips straight to some pulse overload condition - can you make the soft start closer to 1 sec?
also slowing the control loop - and adding damping may give you better switching at current limit.
The datasheet shows the soft start pin supplies 50uA to a capacitor to employ soft start from 0-1V range, I had a 1uF 6.3V capacitor on that pin, but ultimately will use an DAC with current sinking voltage follower (as drawn in the datasheet) to ramp up charging current slowly and disable charging for any BMS faults. Right now R34 (0 ohm jumper) is not installed but I did test that function and it works as intended.
However the RNG/SS pin I believe is a soft start for the powerpath charging current, not the inductor.
There is also the I_limit pin which can be used as a soft start on the inductor current - perhaps this would be more useful? Same 50uA current source, 0-1V range. I left this pin floating, same as the Demo circuit and the applications guide.
For your inductor to be that hot, it seems to me like it is saturating.
Also recheck how your computed your ILmax to select RSENSEA = RSENSEB, and ofcourse CSENSEB.
I am a little confused about how this datasheet (
page 21) refers to IL_max vs I_max. The basic inductor current calc is pretty straight forward-
A majority of the time I will be in Boost mode. I need 10A output reliably so I designed with a safety factor and used ~12A output. - 24V input, 29.2V, 12A output so I_L ~ 14.6A
Then, in the previous paragraph of the datasheet, the RSENSE calc is shown based on I_LMAX, described as maximum average inductor current. So this must be I_L?
I_L = I_LMAX? The datasheet does not say.
So RSENSEA/B = 0.05 / 14.6 A = 3.4mR (I selected 3mR, making I_L actually 14.7A)
Then many pages later in the datasheet, they supply this equation to determine the inductor ripple current, based on I_LMAX.
Using worst case maximum Duty Cycle = 50%,
I_deltaRMS ~ 14.7A * 0.5 * sqrt(1/0.5 - 1) = 14.7A * 0.5 = 7.35A
The datasheet then gives the advice for selecting an inductor:
"Select an inductor that has a saturation current rating at or above 1.25 • IMAX, and an RMS rating above IMAX."
IMAX*1.25 = 18.375 A
The inductor I originally selected (
this one) has a current rating of 23.9A @50C rise and Isat at 21.7A
The inductor I have installed right now (
this one, same as the DC2134A eval board - capable of 8A output) has a current rating of 19A @50C rise and Isat at 33A
What does "RMS rating above IMAX" mean in this case? The Inductor RMS current rating must be above IMAX, 14.7A? Or did I misunderstand?
Thanks