Maker Pro
Maker Pro

Need IC to output first input state received, then stay that way

Ok guys I need a device that when a high pulse (low then briefly high then low again) is received on an input terminal, an output is made high and will stay high until a voltage is applied to a "reset" pin, even if the input state changes. Can anyone name the device an give an example of an IC?

I am new to all this- thanks in advance
 
An SR flip flop is the simplest approach. But the output state can be indeterminate if the SET and RESET inputs are asserted at the same time. If that might be a problem, then a JK flip flop with the clock input driven by your input signal and the JK inputs wired to make the output go HIGH may be called for. In that arrangement the flip flop RESET input would take precedence.
 
Top