Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

im looking for a simple 8 bit dram refresh circuit

777xxx

Member
i have some 4164 dram chips and i want to build a refresh circuit for them. ive tried looking on google but cant seem to find anything understandable. any help would be appreciated.
 
You use an 8 bit counter gated to the address pins, pulse /RAS low at regular intervals between normal access cycles. It needs to cycle through all 256 addresses every 4mS or less.
 
@OP, I resurrected 1103's some years back mainly as a challenge due to the complex seriously ugly timing.

Quite instructive an a great rainy day activity. I have some 2900 bit slice and Signetics
8X300 parts I want to tackle at some point as well.

Good luck with your effort.
 
The only ones I've built myself were for an old MC6809 system.

That CPU uses quadrature clocks (E & Q) and only access memory during E high.
I use E low & rising edge of Q to trigger a refresh then increment the counter.

(I had 1MB of dynamic RAM on that system).
 
The RAS just needs a signal every 2mS Look at this
The refresh cycle time is the maximum spec within which all row addresses need to be refreshed.
(And different makes of the same device type can have different limits - this is a Mostek one, 2mS rather than 4mS).
REFRESH
Refresh of the dynamic cell matrix is accomplished
by performing a memory cycle at each of the 128
row addresses within each 2 millisecond time interval.
 
Not sure if it is actually what you are looking for but the technical manual of the ZX81 or Timex Sinclair, had its refresh circuit explained.
 

Latest threads

Back
Top