Skip to main content

MCP-Chapter-06

2 min 241 words

存储器分类及主要指标

Classification of Memory Devices and Key Indicators

Classification CriteriaTypeDescription
By Read-Write FunctionRead-Write MemoryAllows CPU to read and write data, used for temporary data storage during system operation.
Read-Only Memory (ROM)CPU can only read pre-stored data in normal operation, used for storing firmware or system boot programs.
By Storage MediumSemiconductor MemoryStores information using the state of semiconductor circuits (e.g., flip-flops or capacitors), features fast access speed and small size, and is the main form of main memory.
Magnetic MemoryStores information using the magnetization direction of magnetic materials, has large capacity but relatively slow speed.
By Access MethodRandom Access Memory (RAM)The access time for any memory cell is the same, irrelevant to its physical location, which is the main feature of internal memory.
Sequential Access MemoryAccess time depends on the physical location of the data (e.g., tape, which requires rewinding), usually used for external memory.
By Information RetentionVolatile MemoryInformation is lost immediately after power failure (e.g., common RAM).
Permanent (Non-Volatile) MemoryInformation is retained after power failure and does not require power to maintain (e.g., ROM, hard disk).

常用存储器芯片

扩展存储器设计

存储器地址译码电路设计

全地址译码

部分地址译码

存储器与 CPU 的连接