Sample Application Programs
Flash EEPROM Test
Program Listing
1000 !*************************************************
1010 !*
1020 !* FILE: NOR_TEST
1030 !* DESCRIPTION: Program for NOR-FLASH ROM Stress Test.
1040 !*
1050 !* AUTHOR: Yukoh Iwasaki , YHP
1060 !* CREATED: 12/21/1993
1070 !* MODIFIED: 01/25/1994
1080 !* PRODUCT: HP4155A,HP4156A
1090 !* REVISION: Rev.A.01.02
1100 !*
1110 !* (c) Copyright 1994, Hewlett-Packard Co,
1120 !* All rights reserved.
1130 !*
1140 !*
1150 !* Customer shall have the personal, non-
1160 !* transferable rights to use, copy or modify
1170 !* this SAMPLE PROGRAM for Customer's internal
1180 !* operations. Customer shall use the SAMPLE
1190 !* PROGRAM solely and exclusively for its own
1200 !* purpose and shall not license, lease, market
1210 !* or distribute the SAMPLE PROGRAM or modification
1220 !* or any part thereof.
1230 !*
1240 !* HP shall not be liable for the quality,
1250 !* performance or behavior of the SAMPLE PROGRAM.
1260 !* HP especially disclaims that the operation of
1270 !* the SAMPLE PROGRAM shall be uninterrupted or
1280 !* error free. This SAMPLE PROGRAM is provided
1290 !* AS IS.
1300 !*
1310 !* HP DISCLAIMS THE IMPLIED WARRANTIES OF
1320 !* MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1330 !* PURPOSE.
1340 !*
1350 !* HP shall not be liable for any infringement
1360 !* of any patent, trademark, copyright or other
1370 !* proprietary rights by the SAMPLE PROGRAM or
1380 !* its use. HP does not warrant that the SAMPLE
1390 !* PROGRAM is free from infringements or such
1400 !* rights of third parties. However, HP will not
1410 !* knowingly infringe or deliver a software that
1420 !* infringes the patent, trademark, copyright or
1430 !* other proprietary right of a third party.
1440 !*
1450 !*************************************************
1460 Start_time=TIMEDATE
1470 ASSIGN @Hp4155 TO 800
1480 ASSIGN @Form_off TO 800;FORMAT OFF
1490 COM @Hp4155,@Form_off,Start_time,End_time
1500 COM /File_name/ Vth_file$[12],Wrt_file$[12],Ers_file$[12],Save_file$[12]
1510 COM /Meas_info/ INTEGER Meas_points,REAL Str,Str_num,Meas_str_num(1:55)
1520 COM /Meas_data/ Vth_w(1:55),Vth_e(1:55)
1530 COM /Err/ Err_num(1:6),Err_message$(1:6)[50]
6-14