I am trying to make a power up sequence for a sensor that requires 3.3V, 5V and 10V. 5V and 10V power should be applied after 3.3V. My PCB is powered by 12V, and I use STM32L4R5, connected to the EN pins of the 5V and 10V convertors. My main concern is that 12V is simultaneously powering all convertors and there is undefined state until the MCU powers up to take control of the 5V and 10V enable pins. I use tps54202 for 5V output. It is active high, but it has internal pull up, so floating the pin also enables it. For 10V I use tl751l10, active low.
All works perfectly once the MCU is on, but I want to make sure I will not damage the sensor on initial power up before MCU sets the correct values at the GPIO pins that control the EN inputs. I was considering to put pull-up resistor on tl751l10 EN pin (RESET actually) to assure it is off until MCU GPIO pin drives it down. Similarly, I want to put pull-down resistor to tps54202 EN pin. The question is I have no idea what values to choose so that GPIO pin can control the pins correctly.
Any ideas are most appreciated.
PS. I was also considering using sequence control like LM3880, but I still have doubts what would be the state before the chip is powered. (I have 12V -> 5V conversion by TPS, then 5V->3.3V by LDO that I use to power up LM3880 or STM32, meanwhile, a separate 5V TPS for the sensor and tl751l10 are directly powered by 12V).
