Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using dynamic RAM

Status
Not open for further replies.

raivo

Electrical
Joined
Nov 8, 2002
Messages
22
Location
EE
All my microcontroller projects so far use static RAM for external memory. Now i want to try dynamic RAM in one project.

I have, maybe silly, question. Is it enough for reliable DRAM refresh to simply read data from every
row within specified refresh interval? If so then i can simply use timer interrupts to refresh memory. Is this ok?

Also, why some dynamic(?) RAMs are called pseudo-static?

Raivo
 
While your processor could do the refresh, it seems to be a bit of a waste of processor throughput.

Psuedo-static DRAM have built-in refresh controllers, which freshes the memory in the background.

TTFN
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top