I have a design that uses 36 LDOs. Originally I used a 10uF cap on the input voltage for every LDO, but during power on I noticed this was too much capacitance on the voltage rail and the system wouldn't boot if we turned on all 36 LDOs at once. All 36 are powered by a 4.38V power plane on the board. If we modified our software to delay the time in between turning on each LDO we are also to boot. We also have tried removing 32 of the 36 caps and this has allowed us to power all LDOs on at once without failure (because only 4 caps).
Do you have recommendations on what method to use going forward with our other board builds? I see the following options:
1. Experiment putting these LDOs on a different power plane (5V) that could maybe handle a larger surge.
2. Stay at the 4, 10uF cap solution scattered across the 4.38V plane. Would need to determine the best locations for these.
3. Introduce 36 lower values caps with a capacitance less than 40uF, however datasheet for TPS7A8300 recommends 10uF per VIN so is this viable?
Thanks!