Maker Pro
Maker Pro

CD4013 Vdd?

J

Jim Thompson

Jan 1, 1970
0
Question, the CMOS 4013 flip-flop datasheet says Vdd can be -0.5 to
+18v, and recommended operating range is from 3.0v to 15v. But will it
operate at 2.0v? Speed is not an issue.

http://www.megatronics.lk/data/4000/hcf4013.pdf

-M

Probably. All you can do is try it. My experience is that CMOS will
usually operate right down to a supply equal to two thresholds, or
about 1.5V. It _will_ be _slow_.

...Jim Thompson
 
A

Andrew Holme

Jan 1, 1970
0
Mark said:
Question, the CMOS 4013 flip-flop datasheet says Vdd can be -0.5 to
+18v, and recommended operating range is from 3.0v to 15v. But will it
operate at 2.0v? Speed is not an issue.

http://www.megatronics.lk/data/4000/hcf4013.pdf

It's not gauranteed. The small print below the absolute maximum ratings
says -

This is a stress rating only and functional operation of the device at these
or any other conditions above those indicated in the operational sections of
this specification is not implied.
 
J

John Popelish

Jan 1, 1970
0
Mark said:
Question, the CMOS 4013 flip-flop datasheet says Vdd can be -0.5 to
+18v, and recommended operating range is from 3.0v to 15v. But will it
operate at 2.0v? Speed is not an issue.

http://www.megatronics.lk/data/4000/hcf4013.pdf

Don't expect any two to operate similarly, though you might find some
that work. I suggest you start with a chip based on a lower voltage
process like the HC, HCT, ACT, AHC family.
 
J

Jim Thompson

Jan 1, 1970
0
Don't expect any two to operate similarly, though you might find some
that work. I suggest you start with a chip based on a lower voltage
process like the HC, HCT, ACT, AHC family.

That's the ticket, just get a 74ALVC74, although I'm sure that the
74HC74 design I reworked for ON Semi will work at 2V.

...Jim Thompson
 
T

Tim Wescott

Jan 1, 1970
0
Jim said:
Probably. All you can do is try it. My experience is that CMOS will
usually operate right down to a supply equal to two thresholds, or
about 1.5V. It _will_ be _slow_.

...Jim Thompson

The only problem being that if you get it into production and it doesn't
work the way your samples did the manufacturer will say "tough s---,
you're running it out of spec".
 
J

Jim Thompson

Jan 1, 1970
0
The only problem being that if you get it into production and it doesn't
work the way your samples did the manufacturer will say "tough s---,
you're running it out of spec".

Of course. However I doubt that anyone inquiring about a 4013 could
have production in mind ;-)

...Jim Thompson
 
K

Ken Smith

Jan 1, 1970
0
Probably. All you can do is try it. My experience is that CMOS will
usually operate right down to a supply equal to two thresholds, or
about 1.5V. It _will_ be _slow_.

Something from my memory raises a danger flag.

The CD4013 uses "analog switches" to route the signals to create its
flip-flops.
 
K

Ken Smith

Jan 1, 1970
0
Jim Thompson said:
Of course. However I doubt that anyone inquiring about a 4013 could
have production in mind ;-)

It makes a good device for rememebering whether the "power is on" or not
in a system that leaves some of its logic always powered. The CD4XXX
stuff draws almost nothing. I know of at least one product with a
membrane keypad that powers on by flipping a CD4013 flip-flop.

Someday I hope some bright company sees this sort of application and makes
a super low power, wide VCC range highish density CPLD or FPGA.

BTW: What I'm designing now draws lots of power so right now, I don't
need that.
 
K

Ken Smith

Jan 1, 1970
0
Don't expect any two to operate similarly, though you might find some
that work. I suggest you start with a chip based on a lower voltage
process like the HC, HCT, ACT, AHC family.

No-one else said it so "just use a PIC". They work down to 2.0V at slow
clock speeds.

If you care about the low static Idd, most HC parts are OK in that regard
but you have to spec. the suppliers because others aren't.
 
J

Jim Thompson

Jan 1, 1970
0
Something from my memory raises a danger flag.

The CD4013 uses "analog switches" to route the signals to create its
flip-flops.
--

Yep. But they be P- and N-types in parallel, thus my 2*VT rule still
applies.

...Jim Thompson
 
K

Ken Smith

Jan 1, 1970
0
Yep. But they be P- and N-types in parallel, thus my 2*VT rule still
applies.

Yes, now that I've though about it I remember that the analog switches are
driven by inverters and drive inverters. This makes it no worse than a
NAND or NOR driving another gate. There are two devices (N or P) in
series doing the ull UP or DOWN.
 
T

Tim Wescott

Jan 1, 1970
0
Mark said:
Thanks. Actually I'm looking for a way to switch on power to a
PIC16LF876A design running from a single lithium ion AA battery
(4.2v-2.5v.) The design only has one button, so a low-going signal must
turn it on (and consume next to nothing when off.) I was wondering if a
4013 connected to Vdd and Vss via this button, could be turned on by the
button (which then latches and powers up the PIC.) A MOSFET was also a
consideration, great off resistance but it's hard to get good conduction
with only 2.5v gate voltage. K.I.S.S...

-M

The 4013 _is_ a MOSFET design, so there's no free lunch there. There
are 3.3V "Logic" MOSFETs out there, so there's hope.

Use a P-channel MOSFET to turn it on, with an NPN "logic" transistor
from the PIC to keep it on. Connect the gate of the MOSFET to the
transistor collector and the switch. Make sure to scan the state of the
switch on power up, or delay for a bit when you turn on -- I've had
power supply decoupling caps bounce up in voltage when the current drain
is removed, turning the uP back on.
 
M

Martin Brown

Jan 1, 1970
0
Dunno, but you can get the consumption of a 16xxx down to around 10-15uA
at 32kHz on 3v without trying too hard simply by disabling all
unnecessary bits - and much less with cunning use of sleep mode.

Regards,
 
K

Ken Smith

Jan 1, 1970
0
Mark Jones said:
Thanks. Actually I'm looking for a way to switch on power to a
PIC16LF876A design running from a single lithium ion AA battery
(4.2v-2.5v.) The design only has one button, so a low-going signal
must turn it on (and consume next to nothing when off.) I was
wondering if a 4013 connected to Vdd and Vss via this button, could be
turned on by the button (which then latches and powers up the PIC.) A
MOSFET was also a consideration, great off resistance but it's hard to
get good conduction with only 2.5v gate voltage. K.I.S.S...



How about this to get more gate drive?:

Buffer
!\
-----! >---+--------->!-------+------+------------ Mosfetgate
!/ / ! !
\ --- /
/ --- \
! !\ ! /
+----! >------------ !
! !/ GND
 
J

john jardine

Jan 1, 1970
0
Ken Smith said:
How about this to get more gate drive?:

Buffer
!\
-----! >---+--------->!-------+------+------------ Mosfetgate
!/ / ! !
\ --- /
/ --- \
! !\ ! /
+----! >------------ !
! !/ GND

Neat idea that!.
Like the way it can extend as a ladder form.
regards
john
 
T

Tim Shoppa

Jan 1, 1970
0
Mark Jones said:
Question, the CMOS 4013 flip-flop datasheet says Vdd can be -0.5 to
+18v, and recommended operating range is from 3.0v to 15v. But will it
operate at 2.0v? Speed is not an issue.

http://www.megatronics.lk/data/4000/hcf4013.pdf

Especially with clocked flip-flops going into a region where
rise and fall times are glacially slow is a bad thing.

It's not so bad if you can do your function without a clock line
(a set-reset flip flop).

There are D-type flip-flops that work fine under 2V; the 74AUC74
for example (if you know anywhere to buy it...) has versions that
are supposed to go down to 0.8V.

Tim.
 
G

Guy Macon

Jan 1, 1970
0
Tim said:
Especially with clocked flip-flops going into a region where
rise and fall times are glacially slow is a bad thing.

If possible, feed those slow rising/falling signals into a
schmitt trigger and use the output of that to clock your
flip-flop. You can use a logic gate that already has a
schmitt trigger on the input, or you can make one with a
comparator or opamp using positive feedback.
 
J

Joerg

Jan 1, 1970
0
Hi Mark,

It looks like you are the OP (can't see the whole thread). Have you
considered the 74HC series? It is meant to operate between 2V and 6V so
it may be a nice fit here. They are much cheaper than newer very low
voltage logic and sometimes cost even less than CD4000 chips. Also, I'd
look into a Schmitt device here.

Regards, Joerg
 
N

N. Thornton

Jan 1, 1970
0
Guy Macon said:
If possible, feed those slow rising/falling signals into a
schmitt trigger and use the output of that to clock your
flip-flop. You can use a logic gate that already has a
schmitt trigger on the input, or you can make one with a
comparator or opamp using positive feedback.

Or a logic gate with pfb

NT
 
Top