| Access model | Random reads and code-oriented access are common strengths; verify XIP and addressing support for the host. | Page and block access; random byte execution is not the default design assumption. | Block storage behind a controller and host protocol. | Host manual, datasheet, command set and boot log. |
| Typical role | Boot loader, firmware image, parameters and field update storage. | High-density data storage behind a NAND-capable controller. | Embedded storage where the system wants an integrated controller. | System architecture and storage workload description. |
| Interface | SPI, QSPI, octal SPI, parallel or other exact NOR interface. | Parallel NAND, ONFI-compatible or vendor-specific NAND interface as supported by the controller. | eMMC, UFS or device-specific managed interface. | Interface standard record, SoC TRM and exact device datasheet. |
| Boot/XIP | Possible only when host boot ROM, bus mode and commands match the device. | Requires a boot design that can read NAND geometry with ECC and bad-block handling. | Requires host support for boot partitions, LUNs or equivalent boot flow. | Boot ROM manual, bootloader notes and programmer docs. |
| Density orientation | Often chosen where code size and read behavior matter more than maximum density. | Often chosen where higher density and cost per bit matter. | Chosen where capacity and integration outweigh raw media control. | BOM capacity model and exact product portfolio. |
| Geometry | Sector and block erase structure affects update strategy. | Page, block, spare area, plane and bad-block behavior drive controller compatibility. | Internal media geometry is hidden but workload and firmware evidence remain relevant. | Package/datasheet, controller guide and sample report. |
| ECC | May have status, protection or integrity features; exact error model is part-specific. | Host/controller ECC strength is a core selection field. | Internal controller handles media ECC, while host still validates reporting and data integrity. | Datasheet, controller ECC table and reliability note. |
| Bad blocks | Not normally managed like raw NAND; still verify erase/program failure behavior. | Initial and grown bad blocks must be handled by controller or firmware. | Handled internally, but replacement policy and health data are part-specific. | NAND datasheet, ONFI records and controller firmware docs. |
| Wear management | Update frequency and sector erase endurance must fit the firmware strategy. | Wear leveling normally belongs to the controller or file-system stack. | Wear leveling is internal, but workload qualification is still required. | Endurance note, workload model and validation plan. |
| Retention | Retention depends on exact part, temperature, endurance history and grade. | Retention depends on exact NAND media, cycling, ECC margin and operating profile. | Retention depends on internal media and firmware policy. | Reliability report, JEDEC-related test reference and exact datasheet. |
| Power and reset | Check read, program, erase, standby, deep power-down and reset behavior. | Check program/erase current, busy timing, brownout and recovery behavior. | Check rails, power states, cache/flush and recovery behavior. | Power tree, oscilloscope logs and device data. |
| Package/pinout | Same density does not prove pinout, command or footprint compatibility. | Package similarity does not prove geometry, ECC or controller support. | BGA package and ball map must match board and assembly limits. | Package drawing, PCB footprint and assembly plan. |
| Grade and lifecycle | Use exact orderable code for grade, longevity, PCN and EOL claims. | Use exact orderable code and controller support status. | Use exact device, firmware and product-status evidence. | Manufacturer status page, PCN/EOL and qualification package. |
| Sourcing risk | Suffix, voltage, command-set or package mismatch can break boot. | Controller incompatibility can appear after samples arrive. | Opaque internal NAND or firmware changes can affect validated behavior. | RFQ worksheet, change-control policy and sample results. |