Flash EEPROM Test
This program forces write and erase pulses, then measures Vth shift.
name
Program
NOR TEST
Setup les
ROMVTH.MES, NORWRT.STR,
NORERS.STR, NANWRT.STR,
NANERS.MES
This program uses NORWRT.STR and NORERS.STR stress setup les for write
and erase pulses. These setup les are for NOR type ash EEPROM.
To use this program for NAND type ash EEPROM, please modify as follows
to use NANWRT.STR and NANERS.STR stress setup les:
Modify the following two lines:
1990 Wrt_file$="NORWRT.STR" ! Write Stress Setup File Name
2000 Ers_file$="NORERS.STR" ! Erase Stress Setup File Name
as follows:
1990 Wrt_file$="NANWRT.STR" ! Write Stress Setup File Name
2000 Ers_file$="NANERS.STR" ! Erase Stress Setup File Name
6-3