Modules
NAND

Modules

 NAND Symbols Defined
 NAND Data Structures
 NAND Functions
 NAND Enumerated Data Types

Detailed Description

Introduction

Overview

NAND flash is a memory device based on Electrically Erasable-Programmable Read only memory (EEPROM) technology. There are two basic types of nand devices: Big Block and Small Block. Difference between these two types is physical page size of the device. Normally page size is 512 bytes for a small block nand and 2048 bytes for a big block nand. As the nand flash is an external memory device it is interfaced to the processor using EMIF(External Memory InterFace) module.

References