home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!usc!sdd.hp.com!uakari.primate.wisc.edu!ames!purdue!mentor.cc.purdue.edu!noose.ecn.purdue.edu!elephant.ecn.purdue.edu!taravade
- From: taravade@elephant.ecn.purdue.edu (Kunal N Taravade)
- Newsgroups: sci.electronics
- Subject: Re: Beginners Question: RAS, CAS, and Refresh?
- Message-ID: <taravade.714150706@elephant.ecn.purdue.edu>
- Date: 18 Aug 92 15:11:46 GMT
- References: <etxansk.714131335@garbod20>
- Sender: news@noose.ecn.purdue.edu (USENET news)
- Organization: Purdue University Engineering Computer Network
- Lines: 43
-
- etxansk@garbo.ericsson.se writes:
-
-
- > I've been looking at chip descriptions for some common
- >memory circuits.
-
- > There are pins on them named RAS, CAS, and Refresh. I know
- >it's basic knowledge, but I'm not sure where to find good
- >documentation on this.
-
- > The RAS and CAS signals are probably input signals to the
- >chip used during addressing. I've assumed that they're used
- >to tell the chip whether it's the most or least significant
- >part of the address vector that's currently on the address
- >bus. If I'm right about this, how come there are _two_
- >addressing control signals?
-
- > For the Refresh signal: I can't recall if this one really
- >is a pin on the chip or if it's some event that's done with
- >other signals. I've heard that certain types of chips need
- >this signal in order to work properly. What is the CPU (or
- >the main clock, or the addressing logic) supposed to do to
- >give the memory chips the refresh?
- >
- > Anders Skelander
- >
-
- RAS = Row address strobe/select
- CAS = Column address strobe/select
-
- These are used for refreshing, as you pointed out.
- Because of the way in which the memory ICs are structured,
- ie Row X Column, one of these two pins gets a low/high
- signal that strobes all the rows(columns) while all the
- columns(rows) in that particular row/column get refreshed.
- This is repeated peroidically. The refresh signal usually
- disengages the read/write buffers and the chip goes into the
- refresh mode when each location is refreshed as described
- above, simply by selecting the corresponding cell.
-
-
- -Kunal
- taravade@ec.ecn.purdue.edu
-