Other Parts Discussed in Thread: TPS3700, TPS3710
I would like to use LM2941 LDO regulator. there is ON/OFF pin, normally people just tied it to ground to enable it. but we need to use it to monitor the output voltage, suppose we would like to shut the power when output voltage drop to 3 V from 5 V.
ON/OFF pin is TTL/CMOS compatible, which is
when <0.8V, ON
when >2V, OFF
normally, there is a digital power monitor chip which tap the output of the LDO and digitize it, send to microcontroller by I2C/SPI/PMbus, microcontroller send back TTL/CMOS signal to ON/OFF based on the data from I2C bus
we only have one battery of 9V on the board as input power, after LDO regulator, convert to 5V output, could you tell us how to create a signal to the ON/OFF pin when output drops from 5V to 3V?
notice that LM2941 is an old chip, do you have alternative new one?