Send an Inquiry

To receive a quote for your project, please fill in the following information, and we’ll get back to you promptly.

Name*
Company*
Email Address*
Phone/WhatsApp
Part Number*
Quantity*
Message
Submit Inventory List

Please fill in the following information, and we’ll get back to you promptly.

Name*
Company*
Email Address*
Phone/WhatsApp
Upload My List
Message

Winbond Electronics Corporation W25M161AVEIT

Part No.:
W25M161AVEIT
Manufacturer:
Winbond Electronics Corporation
Category:
Memory
Package:
8-WDFN Exposed Pad
Datasheet:
AetrixW25M161AVEIT.pdf
Description:
IC FLASH 16MBIT SPI/QUAD 8WSON
Quantity:
Payment:
Payment
Shipping:
Shipping

Inventory:4,031

Please send an inquiry. Send us your inquiry, and we will respond immediately.

Part Number
Quantity*
Price
Name*
Company
Email*
Comments

Product details

Overview

W25M161AVEIT from Winbond is a Serial MCP (Multi-Chip Package) Flash memory integrating a 16M-bit NOR die (W25Q16JV) and a 1G-bit SLC NAND die (W25N01GV) in a single 8-pin WSON package. It supports concurrent read-while-program/erase operations across dies, delivers up to 52 MB/s continuous read throughput, and operates from 2.7V to 3.6V over –40°C to +85°C - enabling high-density, low-pin-count firmware + data storage in space-constrained embedded systems.

For engineers reviewing the W25M161AVEIT datasheet, W25M161AVEIT pinout, W25M161AVEIT application, or W25M161AVEIT equivalent, key selection considerations include die-select command support (C2h), independent software reset sequences per die (66h+99h for NOR, FFh for NAND), dual-mode IO2/IO3 functionality (/WP and /HOLD in NAND mode), concurrent operation timing constraints, and 128KB NAND block vs. 4KB NOR sector erase granularity.

Technical Context

The W25M161AVEIT implements SpiStack® architecture with factory-assigned Die ID# 00h (W25Q16JV) and Die ID# 01h (W25N01GV), allowing exclusive SPI bus control via Software Die Select (C2h) instruction. Only one die is active at a time, but both accept C2h and reset commands regardless of status.

Concurrent operations are enabled by decoupling bus activity from internal timing: while one die executes program/erase internally (no bus transaction), the controller can select the other die to perform reads or additional program/erase - supported by independent status registers, dedicated reset sequences (66h+99h for NOR; FFh for NAND), and distinct I/O pin behavior (IO2/IO3 serve as /WP and /HOLD only when W25N01GV is active in SPI/Dual SPI mode).

Key Specifications

ParameterValue and Actual Design Meaning
NOR Density16 M-bit (2 MB); organized as 16,384 × 256-byte pages for fine-grained parameter/firmware storage.
NAND Density1 G-bit (128 MB); organized as 65,536 × 2,048-byte pages for bulk data logging or file system use.
Max Clock Frequency104 MHz (Standard/Dual/Quad SPI); enables 40 MB/s NAND and 52 MB/s NOR continuous read throughput.
Erase GranularityNOR: 4 KB sectors (flexible for code updates); NAND: 128 KB blocks (optimized for sequential data writes).
Endurance100K program/erase cycles per sector (NOR); 100K cycles per block with on-chip 1-bit ECC (NAND).
Data Retention20 years (NOR); >10 years (NAND with ECC enabled).
Supply Voltage2.7 V to 3.6 V; single-rail compatibility simplifies power design in industrial microcontroller systems.
Operating Temp–40°C to +85°C (Industrial grade); validated for extended thermal cycling in automotive body control and industrial HMI applications.

Pinout & Package

W25M161AVEIT uses an 8-pad WSON 8×6×0.8 mm package (Package Code E) with 1.27 mm pad pitch. The package is lead-free, RoHS-compliant, halogen-free, and antimony-oxide-free.

Pin/TerminalCircuit RoleDesign Meaning
1 /CSChip Select InputActive-low enable; must transition high→low after power-up before first instruction; gates SPI bus access.
2 DO (IO1)Data Output / I/O1Serial data output in Standard SPI; bidirectional I/O in Dual/Quad SPI; high-impedance when /CS high.
3 IO2Data I/O2 / /WPI/O2 in Quad SPI; functions as Write Protect input for W25N01GV when that die is active in SPI/Dual SPI mode.
4 GNDGround ReferenceCommon return path for VCC and all signal pins; requires low-inductance connection to minimize noise during high-speed transfers.
5 DI (IO0)Data Input / I/O0Serial data input in Standard SPI; bidirectional I/O in Dual/Quad SPI; carries all instructions and address bytes.
6 CLKSerial Clock InputProvides timing for all SPI transactions; supports Mode 0 and Mode 3; max 104 MHz frequency.
7 IO3Data I/O3 / /HOLDI/O3 in Quad SPI; functions as Hold input for W25N01GV when that die is active in SPI/Dual SPI mode; must be driven high if unused.
8 VCCPower Supply2.7–3.6 V supply; requires local 1 µF + 0.1 µF decoupling near pin to suppress switching noise during program/erase.

Key Features

FeatureDesign Value
Software Die Select (C2h)Enables runtime selection between NOR and NAND dies without hardware reconfiguration - essential for dynamic partitioning of firmware (NOR) and logs (NAND).
Concurrent Read-While-Program/EraseAllows host MCU to read from active die while inactive die completes background program/erase - eliminates wait states and improves effective system throughput.
Dual-mode IO2/IO3 pinsIO2 and IO3 automatically switch to /WP and /HOLD functions when W25N01GV is selected - preserves pin count while adding NAND-specific control without external logic.
On-chip 1-bit ECC (NAND)Hardware ECC engine corrects single-bit errors in real time during read; reduces host-side error handling overhead and extends usable lifetime of NAND array.
Independent software reset sequencesW25Q16JV accepts 66h+99h; W25N01GV accepts FFh - enables targeted recovery of one die without disrupting the other's state or ongoing operations.
Continuous Read Mode (NAND default)W25N01GV powers up with BUF=0, enabling direct sequential access across pages without repeated "Page Data Read" commands - ideal for streaming sensor data or firmware images.

Applications

Industrial HMI Firmware + Log StorageAutomotive Body Control Unit

Use Scenario: A programmable logic controller (PLC) stores boot firmware in NOR and cyclic process logs in NAND, updating both concurrently during scheduled maintenance windows.

IC Role / Device Role / Timing Role: W25M161AVEIT serves as unified non-volatile memory subsystem - NOR hosts XIP-capable firmware; NAND buffers timestamped sensor data with ECC protection.

Use Value: Concurrent operations reduce total update time by 35% versus discrete memories; shared SPI interface cuts PCB routing layers and BOM count by one component.

Use Scenario: An automotive door module stores calibration parameters (NOR) and crash-event black-box recordings (NAND), requiring guaranteed write integrity under voltage transients.

IC Role / Device Role / Timing Role: W25M161AVEIT provides dual-reliability storage - NOR ensures fast, deterministic boot; NAND captures high-bandwidth CAN bus snapshots with on-the-fly ECC.

Use Value: Independent reset sequences allow safe NAND log recovery after brown-out without corrupting calibrated settings stored in NOR.

Medical Diagnostic HandheldSmart Energy Meter

Use Scenario: A portable ultrasound device stores FPGA configuration bitstreams (NOR) and patient image datasets (NAND), with field-upgradable firmware and HIPAA-compliant audit logs.

IC Role / Device Role / Timing Role: W25M161AVEIT acts as secure, integrated memory - NOR holds signed boot images; NAND stores encrypted DICOM frames and usage logs.

Use Value: 20-year NOR retention meets medical device shelf-life requirements; NAND's 100K-cycle endurance supports daily diagnostic sessions over 10+ years.

Use Scenario: A utility meter records hourly consumption data (NAND) and regulatory firmware patches (NOR), operating unattended for 15 years in outdoor enclosures.

IC Role / Device Role / Timing Role: W25M161AVEIT functions as long-life storage engine - NOR guarantees tamper-resistant OTA updates; NAND handles 128KB/month data accumulation with wear leveling.

Use Value: Industrial temperature rating (–40°C to +85°C) and 128KB NAND block erase align with ANSI C12.20 thermal and data retention standards.

Equivalent & Alternatives

The following parts are listed as comparable options for similar serial MCP flash memory applications.

Alternative PartTechnical DifferenceApplication DifferenceSelection Advice
W25M162AVFETSame NOR+NAND density and SpiStack® architecture, but uses 8-pin SOIC package (larger footprint, through-hole mount) instead of WSON.Preferred where manual assembly, rework, or thermal mass requirements favor SOIC over WSON.Select W25M162AVFET only if board layout cannot accommodate 8×6 mm WSON or requires higher thermal dissipation margin.
IS25LP128F-JBLESingle-die 128 M-bit Quad SPI NOR flash (no NAND integration); supports XIP, 133 MHz clock, but lacks concurrent multi-die operation.Suitable for pure firmware storage without bulk data logging; no die-select complexity or NAND ECC management.Choose IS25LP128F-JBLE when application needs only NOR capacity and simpler command set - avoids SpiStack® initialization and cross-die timing coordination.

Compared with W25M161AVEIT, W25M162AVFET offers identical functionality in a larger, easier-to-solder package, while IS25LP128F-JBLE provides higher NOR density without NAND integration - making it simpler to qualify but unable to support concurrent firmware-and-data workflows.

Availability

W25M161AVEIT is available at Aetrix Electronics and suitable for industrial HMI, automotive body control, medical handheld diagnostics, smart energy metering, and embedded IoT gateway designs requiring stable component supply, long-term lifecycle assurance, and compact dual-memory integration.

Supply support for W25M161AVEIT includes scheduled delivery planning, volume procurement assistance, BOM continuity management, traceable sourcing, and lifecycle availability coordination for OEM customers, industrial embedded developers, connected-device designers, and electronics production programs.

Manufacturer

Winbond Electronics Corporation is a Taiwan-based semiconductor manufacturer specializing in specialty DRAM, mobile DRAM, and serial flash memory solutions since 1987.

The W25M SpiStack® product line was designed to deliver combined NOR+NAND functionality in standard 8-pin packages - targeting space-constrained embedded systems needing both fast XIP-capable code storage and high-capacity, ECC-protected data logging.

FAQ

What is the function of the C2h instruction in W25M161AVEIT?

The C2h (Software Die Select) instruction in W25M161AVEIT allows the host controller to dynamically assign SPI bus control to either the W25Q16JV NOR die (Die ID# 00h) or the W25N01GV NAND die (Die ID# 01h). After power-up, Die #0 is active by default; issuing C2h followed by the appropriate 8-bit Die ID switches active control without resetting either die. This enables coordinated, non-blocking access to both memory types using a single SPI interface - a core capability of the W25M161AVEIT SpiStack® architecture.

How does W25M161AVEIT handle concurrent operations between its NOR and NAND dies?

W25M161AVEIT supports true concurrent operations: while one die performs internal program or erase (no SPI bus activity), the host can issue C2h to activate the other die and execute reads, programs, or erases on it. For example, the NAND die can erase a 128KB block internally while the NOR die simultaneously serves XIP firmware reads. This concurrency is possible because each die maintains independent status registers and timing engines - a capability unique to the W25M161AVEIT SpiStack® implementation and not achievable with discrete flash chips sharing a bus.

What are the reset sequences supported by W25M161AVEIT, and why are they die-specific?

W25M161AVEIT supports two distinct software reset sequences: the W25Q16JV NOR die responds to the Enable Reset (66h) + Reset (99h) sequence, while the W25N01GV NAND die accepts the Device Reset (FFh) instruction. These are die-specific because NOR and NAND architectures have fundamentally different internal state machines, volatile register behaviors, and reset timing requirements (tRST = 30 µs for NOR, up to 500 µs for NAND). Using the wrong sequence has no effect - ensuring robustness. This separation prevents unintended disruption of one die's operation when resetting the other, preserving W25M161AVEIT's concurrent capability.

Can IO2 and IO3 be used as general-purpose I/O pins in W25M161AVEIT?

No - IO2 and IO3 are not general-purpose I/O pins in W25M161AVEIT. In Quad SPI mode, they function as bidirectional data lines (IO2, IO3). However, when the W25N01GV NAND die is selected and accessed in Standard or Dual SPI mode, IO2 becomes the Write Protect (/WP) input and IO3 becomes the Hold (/HOLD) input. If these functions are unused, IO2 and IO3 must be driven high to ensure valid command execution - leaving them floating may cause undefined behavior. Their role is strictly defined by active die and SPI mode, not configurable by the user.

What NAND-specific features does W25M161AVEIT inherit from the W25N01GV die?

W25M161AVEIT inherits the full W25N01GV NAND feature set, including on-chip 1-bit ECC for real-time error correction, dedicated Bad Block Management (BBM), 2KB Unique ID and Parameter Pages, ten 2KB OTP pages, and Continuous Read Mode (BUF=0 default at power-up). These features are accessible only when the NAND die is active via C2h. The ECC engine operates transparently during reads, and BBM is handled autonomously - reducing host driver complexity. The W25M161AVEIT leverages these capabilities directly; no modification or abstraction layer is required to use W25N01GV's NAND-specific functionality.

W25M161AVEIT Specifications

Product attributes
Attribute value
Manufacturer:
Winbond Electronics Corporation
Series:
SpiFlash®
Package/Case:
8-WDFN Exposed Pad
Packaging:
Tray
Product Status:
Active
Programmable:
Not Verified
Memory Type:
Non-Volatile
Memory Format:
FLASH
Technology:
FLASH - NAND, FLASH - NOR
Memory Size:
16Mbit (FLASH-NOR), 1Gbit (FLASH-NAND)
Memory Organization:
2M x 8 (FLASH-NOR), 128M x 8 (FLASH-NAND)
Memory Interface:
SPI - Quad I/O
Clock Frequency:
133 MHz
Write Cycle Time - Word, Page:
3ms
Access Time:
6 ns
Voltage - Supply:
2.7V ~ 3.6V
Operating Temperature:
-40°C ~ 85°C (TA)
Grade:
-
Qualification:
-
Mounting Type:
Surface Mount
Supplier Device Package:
8-WSON (8x6)

W25M161AVEIT FAQ

1.How can I place an order for W25M161AVEIT through Aetrix?

Please submit a Request for Quotation (RFQ) for W25M161AVEIT on Aetrix. Our sales agent will provide a competitive quotation and guide you through the order confirmation once you accept the terms.

2.Are the price and stock information for W25M161AVEIT reliable?

The price and inventory of W25M161AVEIT are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for W25M161AVEIT is usually 5 days.

3.What payment methods are accepted for W25M161AVEIT?

We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for W25M161AVEIT transactions.

Note: Certain payment methods may incur a processing fee.

4.How is shipping managed for W25M161AVEIT?

W25M161AVEIT orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.

Once your W25M161AVEIT order is processed, you will receive an email with the shipment details and tracking number.

Note: Tracking information may take up to 24 hours to appear. Express delivery typically takes 3–5 business days.

5.How can I obtain technical support or documentation for W25M161AVEIT?

For technical support, including W25M161AVEIT datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your W25M161AVEIT requirements.

6.How does Aetrix verify that W25M161AVEIT is sourced from the original manufacturer or authorized distributors?

All W25M161AVEIT products on Aetrix are procured from qualified distributors and authorized channels. Our dedicated quality assurance team conducts strict verification, including traceability checks and, if necessary, third-party testing. This ensures that W25M161AVEIT meets industry standards.

7.What is the process for return or replacement of W25M161AVEIT?

All W25M161AVEIT units undergo pre-shipment inspection (PSI). If there is an issue with W25M161AVEIT, returns or replacements are accepted under the following conditions:

1.Quantity discrepancies, incorrect items, or visible external defects (such as breakage or corrosion), acknowledged by Aetrix.

2.The issue is reported within 90 days of delivery.

3.The W25M161AVEIT part is unused and in its original packaging.

Return procedure for W25M161AVEIT:

1.Submit a request within 90 days.

2.Obtain a Return Material Authorization (RMA) from Aetrix.

W25M161AVEIT Tags

  • W25M161AVEIT
  • W25M161AVEIT PDF
  • W25M161AVEIT Datasheet
  • W25M161AVEIT Specifications
  • W25M161AVEIT Images
  • Winbond Electronics Corporation
  • Winbond Electronics Corporation W25M161AVEIT
  • Buy W25M161AVEIT
  • W25M161AVEIT Price
  • W25M161AVEIT Distributor
  • W25M161AVEIT Supplier
  • W25M161AVEIT Wholesale
Related Products
M24C02-WMN6TP
M24C02-WMN6TP

STMicroelectronics

AT24C02C-XHM-T
AT24C02C-XHM-T

Microchip Technology

AT21CS01-STUM10-T
AT21CS01-STUM10-T

Microchip Technology

AT24C02C-SSHM-T
AT24C02C-SSHM-T

Microchip Technology

24LC01BT-I/OT
24LC01BT-I/OT

Microchip Technology

M24C02-FMC6TG
M24C02-FMC6TG

STMicroelectronics

AT24CS02-SSHM-T
AT24CS02-SSHM-T

Microchip Technology

93LC46BT-I/OT
93LC46BT-I/OT

Microchip Technology

AT24C04C-SSHM-T
AT24C04C-SSHM-T

Microchip Technology

24LC01BT-I/SN
24LC01BT-I/SN

Microchip Technology

24AA02UIDT-I/OT
24AA02UIDT-I/OT

Microchip Technology

AT24C08C-STUM-T
AT24C08C-STUM-T

Microchip Technology

Tech Hub

Search

Search

PRODUCT

PRODUCT

PHONE

PHONE

USER

USER