Dear TI,
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.
Dear TI,
Hi John,
When the WAKEUP and PWRUP pins are both low you are in a sleep state. The moment you pull the WAKEUP pin high you are in a standby state in which you should be able to communicate with the chip via I2C. However, none of your rails will be up since PWRUP is still pulled low. The PWRUP pin would need to be pulled up to enable your rails. To bring up your rails and be in an active state you need the PWRUP and WAKEUP pins both high. The undervoltage condition will keep you in a standby state were none of your rails are on. I believe your main issue is the PWRUP pin being tied to GND this needs to be pulled high to enable your rails.
-Ray
Hi Ray,
Thanks for the info. If we tie PWRUP to GND and use the I2C register 0x1 to activate the rails, is that sufficient? The spec also states that PWRUP and WAKEUP can be tied together, are there any issues with that? What we're currently experiencing is that the CPU (NXP iMX6SL) resets immediately following activation of the rails.
-John