This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2432: Power Tree Questions

Part Number: AM2432

Hi,

My customer has a few questions regarding the power tree on the AM243x LaunchPad Development Kit User's Guide pg.10 (https://www.ti.com/lit/pdf/spruj12)

  1. Is the current rating on the power tree maximum current?
    1. If so, why does VDD_1V8 (rated at 3A) signal split into 9 signals of 0.5A, which equate to 4.5A?

Best regards,

Mari Tsunoda

  • Hi Mari,

    First, a couple of slight corrections:

    • The VDD_1V8 rail is rated for 0.3A, not 3A
    • The 9 rails split from VDD_1V8 are each rated for 0.05A, not 0.5A.

    However, this doesn't actually change your point, as 9 * 0.05A is 0.45A, which is still greater than 0.3A that the rail is rated for.

    The answer is that the ratings listed in the Power Tree is the maximum allowed current for each rail individually, and does not imply any ratings for the combination of the rails.  I.e. just because each of the rails that split off of VDD_1V8 each allow a max of 0.05A, doesn't mean that you should load each of these rails with 0.05A at the same time, as that would pull more than the 0.3A allowed out of the LDO.

    In a typical usecase, each of the rails split off of VDD_1V8 will pull far less than 0.05A each, making the total draw on VDD_1V8 less than 0.3A.  In this case, if you want to put more load on some of the rails individually, as long as you keep the total draw on those rails below 0.05A AND the total draw on VDD_1V8 below 0.3A, then there are no concerns.

    Let me know if that helps clarify this image and what it is trying to say.

    Thanks,
    Mike

  • Hi Mike,

    Thank you for your quick response and sorry for the errors in my post.

    Also, thank you so much for explaining the ratings listed and how to interpret them. You explained them very clearly and concisely, so I was able to get a very clear image. 

    I'll let my customer know and will mark it as resolved once my customer replies!

    Thank you for the support!

    Best regards,

    Mari