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.

AM3517 Power up sequencing

Other Parts Discussed in Thread: AM3517

The AM3517 datasheet in section 3.5.1 has a very specific sequencing of
the power domains on the chip. The AM3517 datasheet shows the following for the power sequence:

--------------------------------------------------------------
3.3-V Operation Sequence:
1. IO 1.8V (VDDS) supply should come up first. This is required to bias
the circuitry for the 3.3V IO's.
2. IO 3.3V (VDDSHV) supply should be ramped up next.
3. Band-gap, LDO supplies (VDDS_SRAM_CORE_BG, VDDS_SRAM_MPU) should be
ramped up next.
4. Core supply follows next.
5. All the PLL supplies (VDDS_DPLL_PER_CORE, VDDS_DPLL_MPU_USBHOST)
should be ramped
up next. Ensure PLL is powered-up in OFFMODE=1 to control any transients.
6. All the other complex IO power supplies should be ramped up next
(DAC, USB).
7. sys_nrespwron must be held low at the time the power supplies are
ramped up till the time the
sys_32k and sys_xtalin clocks are stable.
--------------------------------------------------------------

Note that the VDDS_SRAM_CORE_BG, VDDS_SRAM_MPU are #3 on the list.
However, on the EVM kit reference schematics I can see they are
powering this up at sequence #1 with the VDDS rail. Is this permissible?
Is there some other document that describes permissible power sequencing
that is different from what is in the AM3517 datasheet?
  • Craig Day said:
    Note that the VDDS_SRAM_CORE_BG, VDDS_SRAM_MPU are #3 on the list.
    However, on the EVM kit reference schematics I can see they are
    powering this up at sequence #1 with the VDDS rail. Is this permissible?

    In general the datasheet sequence should be followed in place of whatever sequence happens on the EVM, as the EVM is not meant to be a reference design, it is designed early on often before the silicon is ready and validated, so you can end up with inconsistencies like this.

    Is it possible that following the EVM sequence verbatim, or even other alternate sequences will work? Certainly, however TI can only guarantee full device functionality when the sequence from the datasheet is followed.

    Craig Day said:
    Is there some other document that describes permissible power sequencing
    that is different from what is in the AM3517 datasheet?

    There is not currently and I do not know of any plans for a more detailed power sequencing document, the power up sequence from the datasheet is reproduced in the TRM however.

  • am3517 datasheet revised July 2010 has different sequence order and steps 4 and 5 cause me concern and are inconsistent with the EVM kit:

    The following steps give an example of power-up sequence supported by the AM3517/05 .

    1. IO 1.8V supply (VDDS), Band-gap and LDO supplies (VDDS_SRAM_CORE_BG, VDDS_SRAM_MPU)

    and oscillator supply (VDDSOSC) should come up first to a stable state.

    2. IO 3.3V (VDDSHV) supply should be ramped up next to a stable state.

    3. Core (VDD_CORE) supply follows next to a stable state.

    4. All the PLL supplies (VDDS_DPLL_PER_CORE, VDDS_DPLL_MPU_USBHOST) and 1.8 V complex

    IO supplies (VDDA_DAC, VDDA1P8V_USBPHY) should be ramped up next to a stable state.

    5. Finally, 3.3 V complex IO (VDDA_3P3V_USBPHY) should be ramped up.

    6. sys_nrespwron must be held low at the time the power supplies are ramped up till the time the

    sys_32k and sys_xtalin clocks are stable.

    Is it acceptible to power up the 1.8V complex IO supplies at the same time as the 3.3V complex IO?
    If not, what are the consequences of powering up both complex IO supplies at the same time?

    tnx,

     

    Charlie 

  • Charlie Sweet said:
    Is it acceptible to power up the 1.8V complex IO supplies at the same time as the 3.3V complex IO?

    Yes, you can ramp up both the 1.8V complex IO supplies and the 3.3V complex IO supply at the same time after VDD_CORE supply becomes a stable state.


  • Logic PD released their new Wattson software for the AM3517 EVM today which will help you see actual power rail transition to the CPU and the SOM.  It can also show the consumption across all power rails on the CPU and SOM design.  There is an adapter required to connect to the PC available from this website: http://createnewstuff.webs.com/breakoutboardwattson.htm

    The Logic PD software is available from here: http://www.logicpd.com/wattson

    -A