Re: Initializing a Flip-Flop on Power-up
- From: Spehro Pefhany <speffSNIP@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 17 Feb 2006 12:12:05 -0500
On Fri, 17 Feb 2006 10:08:46 -0600, the renowned Dan Charette
<dan@xxxxxxxxxxxxxxxxxxxx> wrote:
Hi All!
I've got a small toggle circuit that I'm using to drive a shutdown
circuit on an audio power amplifier. The circuit is made from a
CD4093 Schmitt trigger NAND configured as a debouncer for my mute
switch input. The output of the 4093 is fed into a CD4013 fo provide
toggling cabability. I've got S and R tied directly to ground. But,
I'd like to explore the possiblity of providing a predictable power-up
scenario. Currently, the circuit upon power up will default to one
state or the other. What are some methods that you fellas have used
to achieve a known state consistantly with a flip-flop like this when
the power supply is from a single source. First gut instinct that I'm
thinking is to make some sorta RC timing circuit on the power supply
pin so that I can provide the set or reset pins with something known
before the power supply pin comes up. Any thoughts? Also, I don't
want to add too much additional circuitry... if I can solve this
purely with passive components or a few transistors, that'd be great.
Thanks!
Use something like this to generate a reset pulse:
http://ww1.microchip.com/downloads/en/devicedoc/11187f.pdf
Only one part required. BTW, don't let the "microcontroller" in the
description throw you, they are suitable for POR of any 3-5V CMOS
logic circuit.
While you can use an RC (typically about 0.1s time constant with a
diode to help out the protection diode to Vdd, a series resistor to
limit the current in case of a Vdd-to-ground short, and perhaps a
drain resistor from Vdd to Vss to make sure that Vdd falls reasonably
quickly), it's far from foolproof, more complex and not much cheaper.
Another low-cost solution is to use a zener, a BJT and a few
resistors, with or without the RC, but that consumes more power, and
is even more complex.
.
- Follow-Ups:
- Re: Initializing a Flip-Flop on Power-up
- From: Joerg
- Re: Initializing a Flip-Flop on Power-up
- References:
- Initializing a Flip-Flop on Power-up
- From: Dan Charette
- Initializing a Flip-Flop on Power-up
- Prev by Date: Re: Curious oscillator circiut
- Next by Date: Re: Advice on Digital Oscilloscope Design
- Previous by thread: Re: Initializing a Flip-Flop on Power-up
- Next by thread: Re: Initializing a Flip-Flop on Power-up
- Index(es):
Relevant Pages
|