I have a need to sequence off the power rail from lowest voltage to the highest when a fault condition occurs.
The current implementation I have is I am sequencing ON 7 power rails as follows: 12V -> 5V -> 3.3V -> 1.8V -> 1.8V_g2 -> 1.5V -> 1.1V
This is power ON sequence is what I want. For the power OFF sequence I would like to power OFF in the reverse order of the power ON:
1.1V -> 1.5V -> 1.8V_g2 -> 1.8V -> 3.3V -> 5V
In addition whenever a UV or OV fault occurs to also power OFF from the lowest rail first to the highest rail.
Any design guidance or documentation explaining how to implement this power OFF sequence requirement would be greatly appreciated.