Manually triggering a low active pin

microcontrollerresettrigger

I have a microcontroller with an active low reset pin. This pin is connected to a timer that periodically triggers a low edge and resets the microcontroller.
What would be the best circuit that would allow me to also manually trigger the reset pin through an external circuit while the pin is connected to the timer? Shorting the two together would obviously not work.

Best Answer

When either the timer output or the GPIO goes low, \$ \overline{\text{INT}}\$ goes low, so the gate is a positive true AND, 1/4 of an HC08 or somesuch.

enter image description here

or, better yet,

enter image description here