Maker Pro
Maker Pro

Power-on reset

D

dbernat32

Jan 1, 1970
0
Is there a relatively simple circuit which can assert a power-on reset.
In other words, the line will go high briefly at power-on and then switch low and remain that way until power-off.

Any ideas would be appreciated.

--dbernat32
 
dbernat32 said:
Is there a relatively simple circuit which can assert a power-on reset.
In other words, the line will go high briefly at power-on and then switch low and remain that way until power-off.

Any ideas would be appreciated.

--dbernat32

yes
Searched all groups Results 1 - 10 of 552,000 for POWER ON RESET
(0.36 seconds)

GG
 
C

Chris

Jan 1, 1970
0
dbernat32 said:
Is there a relatively simple circuit which can assert a power-on reset.
In other words, the line will go high briefly at power-on and then switchlow and remain that way until power-off.

Any ideas would be appreciated.

--dbernat32


How does a spare inverter gate, plus an R, a C, and a diode sound?
(View in fixed font or M$ Notepad):

` VCC VCC
` + +
` | |
` .-. |
` R| | - D
` | | ^ 1/6 74HC14
` '-' |
` | | |\ Reset Pulse
` o----o-----|H>O----o
` | |/
` C---
` ---
` |
` |
` ===
` GND
created by Andy´s ASCII-Circuit v1.24.140803 Beta www.tech-chat.de

Positive going pulse width (one and only one pulse at turn-on) will be
a little less than R*C seconds. The schottky diode is actually
optional if you have a linear supply that discharges slowly at
turn-off.

This is just about the simplest reset pulse you can get. Remember that
this requires a gate with schmitt trigger input hysteresis to get a
clean reset pulse at turn-on. If you've got a spare NAND gate on
board, try using a 4093 schmitt trigger NAND gate instead of a standard
NAND gate IC. But if a reset pulse with slow fall time is OK, you can
just use any inverter gate (or a NAND or NOR set up as an inverter).

If this doesn't do the job, describe your requirements. There are many
power watchdog/monitor ICs that can do the job for you with equal
simplicity (although they cost more). Do you need brownout protection,
too (reset asserted if power supply goes below a certain voltage)? If
so, one of these ICs or a comparator would be a better choice.

Good luck
Chris
 
Top