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.

How to implement a basic latching circuit for over-temperature detection from a comparator

Other Parts Discussed in Thread: TLV3603E, INA381, INA300, TLV7031, SN74LVC2G00, SN74LVC2G02

Ok, I realize this is super-simple but it's been a long time since I've needed to do this so I'm trying to figure out the best way.

Basically I have a thermistor monitoring the temperature of an LED. If the firmware hangs and leaves the LED on too long then the temp gets too high then this goes to a comparator which then pulls the output low, disabling the LED driver. However, once the temperature cools down enough then the circuit will relax and the LED will turn back on, continually oscillating.

However, I want to have this latching, so once it trips, the output to the LED driver stays low until the micro resets it. Reset could be with a separate pin if needed.

What is the best way to implement this? I wasn't sure whether this was a logic problem, or if TI made a product designed exactly for this. I looked into latching comparators (TLV3603E) but it won't automatically latch the output; you have to tell it when to.

I realize that I could probably cobble something together with a bunch of FETs and RC circuits but I'm looking for a more elegant solution.

Thanks,

Derek