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.

TPS65217 Full Power Cycle through I2C

Hi Team -

We are looking to run a full power cycle through I2C, using  the SEQDWN bit. For power up, it says to "contact the factory."

If we were to use the SEQDWN bit to run the full power cycle, what else needs to be done for automatic start up?

Thank you,

Dan

  • Daniel,

    When you do an actual power down, you don't do a full power down with the SEQDWN bit you are just simulating one, the registers are set back to their default value. So one would need to reprogram the memory in order for the device to boot up with a custom power up sequence. The SEQDWN bit is meant to help test alternate sequencing.

    Janice
  • Hi Janice -

    Thanks for the quick response, I appreciate it.

    It sounds like we may not be taking the best approach to this then. If the customer wants to execute a full power cycle of the device, through I2C, what would your recommendation be to do this?

    I know that you can pull RESET pin low, so the customer was leaning towards connecting a GPIO and resetting the logic to do it through software.

    What are your thoughts?

    Thank you,
    Dan
  • Dan,

    Do you have back up battery power in this application? You can either set the off bit in register A to 1 and pull PWR_EN low. That will force the device to OFF mode where it will wait for a wake up condition in order to move to WAIT_PWR_EN state, where it gives you five seconds to reassert the PWR_EN pin high. You can also do what you mentioned with the GPIO and the nRESET pin.

    Janice