Freelance Electronics Components Distributor
Closed Dec 25th-26th
800-300-1968
We Stock Hard to Find Parts

MT28F016S5VG-9

Part # MT28F016S5VG-9
Description NOR Flash Parallel 5V 16Mbit2M x 8bit 90ns 40-Pin TSOP-I
Category IC
Availability In Stock
Qty 23
Qty Price
1 - 4 $9.18410
5 - 9 $7.30553
10 - 14 $6.88807
15 - 19 $6.40104
20 + $5.70527
Manufacturer Available Qty
Micron Technology
Date Code: 9928
  • Shipping Freelance Stock: 23
    Ships Immediately



Technical Document


DISCLAIMER: The information provided herein is solely for informational purposes. Customers must be aware of the suitability of this product for their application, and consider that variable factors such as Manufacturer, Product Category, Date Codes, Pictures and Descriptions may differ from available inventory.

7
2 Meg x 8 Smart 5 Even-Sectored Flash Memory Micron Technology, Inc., reserves the right to change products or specifications without notice.
F42.p65 – Rev. 1/00 ©2000, Micron Technology, Inc.
ADVANCE
2 MEG x 8
SMART 5 EVEN-SECTORED FLASH MEMORY
INPUT OPERATIONS
The DQ pins are used either to input data to the
array or to input a command to the CEL. A command
input issues an 8-bit command to the CEL to control the
mode of operation of the device. A WRITE is used to
input data to the memory array. The following section
describes both types of inputs. More information de-
scribing how to use the two types of inputs to write or
erase the device is provided in the Command Execution
section.
COMMANDS
To perform a command input, OE# must be HIGH,
and CE# and WE# must be LOW. Addresses are “Don’t
Care” but must be held stable, except during an ERASE
CONFIRM. The 8-bit command is input on DQ0-DQ7
and is latched on the rising edge of CE# (CE#-con-
trolled) or WE# (WE#-controlled), whichever occurs
first.
MEMORY ARRAY
A WRITE to the memory array sets the desired bits to
logic 0s but cannot change a given bit to a logic 1 from
a logic 0. Setting any bits to a logic 1 requires that the
entire block be erased. To perform a WRITE, OE# must
be HIGH, CE# and WE# must be LOW, and VPP must be
set to VPPH (5V). A0-A20 provide the address to be
written, while the data to be written to the array is input
on the DQ pins. The data and addresses are latched on
the rising edge of either CE# (CE#-controlled) or WE#
(WE#-controlled), whichever occurs first. A WRITE must
be preceded by a WRITE SETUP command. Details on
how to input data to the array will be covered in the
Write Sequence section.
COMMAND SET
To simplify writing of the memory blocks, the
MT28F016S5 incorporates an ISM that controls all
internal algorithms for the WRITE and ERASE cycles.
An 8-bit command set is used to control the device.
Details on how to sequence commands are provided in
the Command Execution section. Table 1 lists the valid
commands.
ISM STATUS REGISTER
The 8-bit ISM status register (see Table 2) is polled to
check for WRITE or ERASE completion or any related
errors. During or following a WRITE, ERASE or ERASE
SUSPEND, a READ operation will output the status
register contents on DQ0-DQ7 without prior com-
mand. While the status register contents are read, the
outputs will not be updated if there is a change in the
ISM status unless OE# or CE# is toggled. If the device is
not in the write, erase, erase suspend, status register or
read mode, READ STATUS REGISTER (70H) can be
issued to view the status register contents.
All of the defined bits are set by the ISM, but only the
ISM and erase suspend status bits are reset by the ISM.
The erase, write and VPP status bits must be cleared
using CLEAR STATUS REGISTER (50H). This allows the
user to choose when to poll and clear the status register.
For example, the host system may perform multiple
WRITE operations before checking the status register
instead of checking after each individual WRITE. As-
serting the RP# signal or powering down the device will
also clear the status register.
DEVICE CONFIGURATION REGISTERS
The device ID and manufacturer compatibility ID
can be read by issuing READ DEVICE CONFIGURA-
TION (90H). To read the desired register, a specific
address must be asserted. See Table 3 for more details on
the various device configuration registers.
8
2 Meg x 8 Smart 5 Even-Sectored Flash Memory Micron Technology, Inc., reserves the right to change products or specifications without notice.
F42.p65 – Rev. 1/00 ©2000, Micron Technology, Inc.
ADVANCE
2 MEG x 8
SMART 5 EVEN-SECTORED FLASH MEMORY
Table 1
Command Set
COMMAND HEX CODE DESCRIPTION
RESERVED 00H This command and all unlisted commands are invalid and
should not be called. These commands are reserved to allow
for future feature enhancements.
READ ARRAY FFH Must be issued after any other command cycle before the
array can be read. It is not necessary to issue this command
after power-up or RESET.
READ DEVICE CONFIGURATION 90H Allows the device ID and manufacturer ID to be read. Please
refer to Table 3 for more information on the various device
configuration registers.
READ STATUS REGISTER 70H Allows the status register to be read. Please refer to Table 2
for more information on the status register bits.
CLEAR STATUS REGISTER 50H Clears status register bits 3-5, which cannot be cleared by the
ISM.
ERASE SETUP 20H The first command given in the two-cycle ERASE sequence.
The ERASE will not be completed unless followed by ERASE
CONFIRM.
ERASE CONFIRM D0H The second command given in the two-cycle ERASE se-
quence. Must follow an ERASE SETUP to be valid. Also used
during a WRITE/ERASE SUSPEND to resume the WRITE or
ERASE.
WRITE SETUP 40H or The first command given in the two-cycle WRITE sequence.
10H The write data and address are given in the following cycle
to complete the WRITE.
ERASE SUSPEND B0H Requests a halt of the ERASE and puts the device into the
erase suspend mode. When the device is in this mode, only
READ STATUS REGISTER, READ ARRAY and ERASE CONFIRM
(ERASE RESUME) commands may be executed.
9
2 Meg x 8 Smart 5 Even-Sectored Flash Memory Micron Technology, Inc., reserves the right to change products or specifications without notice.
F42.p65 – Rev. 1/00 ©2000, Micron Technology, Inc.
ADVANCE
2 MEG x 8
SMART 5 EVEN-SECTORED FLASH MEMORY
Table 2
Status Register
STATUS
BIT # STATUS REGISTER BIT DESCRIPTION
SR7 ISM STATUS The ISMS bit displays the active status of the state machine
1 = Ready during WRITE or BLOCK ERASE operations. The controlling
0 = Busy logic polls this bit to determine when the erase and write
status bits are valid.
SR6 ERASE SUSPEND STATUS Issuing an ERASE SUSPEND places the ISM in the suspend
1 = ERASE suspended mode and sets this and the ISMS bit to “1.” The ESS bit will
0 = ERASE in progress/completed remain “1” until an ERASE CONFIRM is issued.
SR5 ERASE STATUS ES is set to “1” after the maximum number of ERASE cycles is
1 = BLOCK ERASE error executed by the ISM without a successful verify. ES is only
0 = Successful BLOCK ERASE cleared by a CLEAR STATUS REGISTER command or by a
RESET.
SR4 WRITE STATUS WS is set to “1” after the maximum number of WRITE cycles
1 = WRITE error is executed by the ISM without a successful verify. WS is only
0 = Successful WRITE cleared by a CLEAR STATUS REGISTER command or by a
RESET.
SR3 VPP STATUS VPPS detects the presence of a VPP voltage. It does not
1 = No VPP voltage detected monitor VPP continuously, nor does it indicate a valid VPP
0 = VPP present voltage. The VPP pin is sampled for 5V after WRITE or ERASE
CONFIRM is given. VPPS must be cleared by CLEAR STATUS
REGISTER or by a RESET.
SR0-2 RESERVED Reserved for future use.
Table 3
Device Configuration
DEVICE CONFIGURATION ADDRESS DATA CONDITION
Manufacturer Compatibility ID 000000H 89H Manufacturer compatibility ID read
Device ID 000001H A0H Device ID read
PREVIOUS12345678NEXT