21.4.2 NAND/PC Card address mappingในกรณีนี้, three banks มีให้ใช้งาน, แต่ละของมันถูกแบ่งลงใน memory spaces ดังแสดงใน Table 102.

สำหรับ NAND Flash memory, the common and attribute memory spaces ถูกแบ่งย่อยลงใน three sections (ดูใน Table 103 ข้างล่าง) ตั้งอยู่ใน the lower 256 Kbytes:
• Data section (first 64 Kbytes in the common/attribute memory space)
• Command section (second 64 Kbytes in the common / attribute memory space)
• Address section (next 128 Kbytes in the common / attribute memory space)

The application software ใช้ the 3 sections เพื่อเข้าถึง the NAND Flash memory:
•
เพื่อส่งคำสั่งไปยัง NAND Flash memory: the software ต้องเขียน the command value ไปยัง memory location ใดๆใน
the command section.
•
เพื่อระบุ the NAND Flash address ที่ต้องถูกอ่านหรือเขียน: the software ต้องเขียน the address value ไปยัง memory
location ใดๆใน the address section. เนื่องจาก an address สามารถมีความยาว 4 หรือ 5 bytes (ขึ้นอยู่กับ the actual
memory size), several consecutive writes ไปยัง the address section ถูกต้องการเพื่อระบุ the full address.
•
เพื่ออ่านหรือเขียน data: the software อ่านหรือเขียน the data value จากหรือไปยัง memory location ใดๆใน the data
section.
เนื่องจาก the NAND Flash memory เพิ่ม addresses โดยอัตโนมัติ, ไม่มีความจำเป็นต้องเพิ่ม the address ของ the data section เพื่อเข้าถึง consecutive memory locations.