AR-B7041 User¡¦s Guide
2-4
An examples of the *.PGF file is as follow.
ROM_NAME=TEST1 ; ROM pattern file name is TEST1
; The output file names will be TEST1.R01, TEST1.R02..etc.
DOS_DRIVE=C: ; DOS system drive unit is drive C:
; If user does not want to copy DOS system files onto the ROM disk
; write as DOS_DRIVE=NONE
ROM_SIZE=128 ; 128 means 128KX8 (27C/29F010) EPROM size used
; 256 means 512KX8 (27C/29F020) EPROM size used
; 512 means 512KX8 (27C/29F040) EPROM size used
; 1024 means 1MX8 (27C080) EPROM size used
The following 3 files are options which depend on whether the ROM disk is to be bootable or not.
CONFIG.SYS
AUTOEXEC.BAT
SWAP41.EXE
; Below are user’ s files
A:\USER1.COM ; File USER1.COM on root of drive A:
USER2.EXE ; File USER2.EXE on current directory & drive
C:\TTT\USER3.TXT ; File USER3.TXT on sub-directory TTT of drive C:
(F) WD7041.EXE
WD7041.EXE This program demonstrates how to enable and trigger the watchdog timer. It allows you to
test the <TIMES-OUT & RESET> function when the watchdog timer is enabled.
(G) WP7041.EXE
WP7041.EXE This program demonstrates how to enable and disable software write protected function. It
also shows the current protect mode of write or read only memory.
2.3 WRITE PROTECT FUNCTION
The AR-B7041 provides hardware and software write protect functions for small page 5V FLASH disk and only
software write protected function for SRAM disk. This is to prevent your data on 5V FLASH or SRAM disk from
accidental deletion or overwrite. If your FLASH/SRAM disk is write protected, any write operation to the protected
FLASH/SRAM disk will get a write protect error:
Write protect error writing drive A
About, Retry, Fail?
2.3.1 Hardware Write Protect
To enable the hardware protect function for small page 5V FLASH disk set the SW1-8 and SW1-9 to the ON and
OFF position, please refer to the “Switch Setting” .
2.3.2 Software Write Protect
If you need the write protect function and sometimes you have to write or update data on your FLASH/SRAM disk,
you can use the software write protect instead of hardware write protect. The software write protect function is
enabled or disabled by writing a data to an I/O port.