DRAM Memory — Basic Operation
Jul 3, 2021
Figure 1 shows the basic operation of a DRAM Memory.
A read operation of DRAM memory proceeds as follows.
- Send row address
- Decode row address
- Activate, amplify and store the row (This is a requirement for burst access mode)
- Send column address
- Decode column address
- Select and output only the required column entry
Who sends row and column addresses?
Memory controller on request of CPU.