home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 September / PCWK996.iso / demo / wgelectr / seprog / seprog.hlp < prev   
Text File  |  1996-06-04  |  34KB  |  1,083 lines

  1. 1      MAIN Menu
  2.  
  3.      Item:  ( Load, Save, OS shell, Quit )
  4.  
  5.  
  6.  LOAD:     Load data file from disk to the buffer
  7.  SAVE:     Save the buffer contents to disk file
  8.  OS SHELL: Run a DOS command without quitting SEPROG
  9.  QUIT:     Quit SEPROG and return to DOS
  10. 2      MAIN Menu
  11.  
  12.      Item:  ( Buffer operations )
  13.  
  14.  EDIT:       Edit the buffer contents
  15.  INITIALIZE: Fill the buffer with a 'BLANK' value
  16.  CHECKSUM:   Count checksum of the buffer contents
  17.  FILL:       Fill the buffer with a specified pattern
  18.  COPY:       Copy the data buffer contents to the new
  19.              address area
  20.  MOVE:       Move the data buffer contents to the new
  21.              address area
  22.  SIZE:       Change size of the buffer
  23.  
  24.  NOTE: Fill, Copy, Move are not available for EPLD
  25.        Size-not available for EPLD and microcontrollers
  26. 3      MAIN Menu
  27.  
  28.      Item:  ( Device Select, Device operations )
  29.  
  30.  DEVICE SELECT: Select required device to program
  31.  READ:          Read data from the device
  32.  VERIFY:        Compare buffer & device contents
  33.  AUTO:          Perform full programming cycle
  34.  BLANK CHECK:   Check device if it is "BLANK"
  35.                 ( filled with 0xFF )
  36.  PROGRAM:       Program device with the buffer contents
  37.  ERASE, ALGORITHM & OTHERS:
  38.                 Special functions dependent on
  39.                 currently selected device
  40. 4      MAIN Menu
  41.  
  42.      Item:  ( Setup operations )
  43.  
  44.  
  45.  LOAD SETUP:   Load required setup file from the disk
  46.  SAVE SETUP:   Save currently defined parameters to
  47.                the setup file
  48.  VERSION:      Check and display actual SEPROG version
  49.  CURSOR OFF:   Select method of turning the cursor off
  50.  COLOUR:       Define set of COLOURS
  51.  MOUSE:        Select mouse speed
  52.  HEX FORMAT:   Select default HEX file format
  53. 5      FILE Menu
  54.  
  55.      Item:  ( LOAD disk file to the buffer )
  56.  
  57.  Load a file from the disk for 8/16/32 bits systems.
  58.  You can use DOS-style masks to select file from the
  59.  list, or just type the name of the file you want to
  60.  load.
  61.  
  62.  NOTE: Files with extention .HEX are recognized as
  63.        hexadecimal data files, others are assumed to
  64.        be BINARY files.
  65. 6      FILE Menu
  66.  
  67.      Item:  ( SAVE buffer contents to disk file )
  68.  
  69.  Save the current data in the buffer to the disk.
  70.  If the given name matches an existing file,
  71.  program will ask you if overwrite (y/n) ?
  72.  
  73.  NOTE: Files with extention .HEX are recognized as
  74.        hexadecimal data files, others are assumed to
  75.        be BINARY files.
  76. 7      FILE Menu
  77.  
  78.      Item:  ( Perform system operations )
  79.  
  80.  Leaves SEPROG temporarily and takes you to the
  81.  DOS prompt. To return to SEPROG, type "EXIT".
  82.  This is useful when you want to run a DOS command
  83.  without quitting the SEPROG and loosing the buffer
  84.  contents.
  85. 8      FILE Menu
  86.  
  87.      Item:  ( QUIT SEPROG )
  88.  
  89.  Quit SEPROG and return to the Operating System.
  90. 9      BUFFER Menu
  91.  
  92.      Item:  ( EDIT buffer contents )
  93.  
  94.  Display current buffer contents with possibility of
  95.  changing it. TAB function key allows switching between
  96.  HEX and ASCII format. Use arrow keys and PgDn, PgUp
  97.  keys to change current position in the buffer.
  98.  F10 function key jumps to the specified address.
  99.  CtrlPgUp/CtrlPdDn jumps to the begining/end of
  100.  the data buffer.
  101.  Home/End jumps to the begining/end of the line, page,
  102.  data buffer.
  103.  Active functional keys are listed in the EDIT window.
  104. 10      BUFFER Menu
  105.  
  106.      Item:  ( FILL the buffer with specified pattern )
  107.  
  108.  Fill data buffer with specified pattern up to 16-byte
  109.  long. TAB key allows switching between HEX and ASCII
  110.  format. The range of the address is declared by
  111.  "Buffer Start Address" and "Buffer End Address".
  112.  
  113.  NOTE: Not available for EPLD.
  114. 11      BUFFER Menu
  115.  
  116.  Item:  ( INITIALIZE - fill buffer with 'BLANK' value )
  117.  
  118.  
  119.  Fills buffer with BLANK value and restores proper size
  120.  of the buffer for the selected device. Useful for
  121.  loading data in .HEX format to non-contignous address
  122.  locations.
  123. 12      BUFFER Menu
  124.  
  125.      Item:  ( Change SIZE of the buffer )
  126.  
  127.  Changes size of the buffer. Useful for replacing
  128.  high capacity memories with several chips of
  129.  lower capacity. In that case it's useful to have
  130.  buffer longer than Device Buffer.
  131.  
  132.  NOTE: If the declared buffer size is less than
  133.        Device Buffer program will ask you to
  134.        confirm it.
  135.        Not available for EPLD and microcontrollers.
  136. 13      DEVICE Menu
  137.  
  138.      Item:  ( SELECT required device )
  139.  
  140.  Device select enables you to choice required device
  141.  in order of:
  142.   functional type: EPROM, EEPROM, µCONTROLLER, EPLD,
  143.                    ROM-emulator, FLASH EPROM, NV RAM
  144.   manufacturer
  145.   logical type
  146.  
  147.  NOTE: Some functional types require special adapters.
  148.        When necessary SEPROG will remind you to
  149.        connect proper adapter.
  150. 14      DEVICE Menu
  151.  
  152.     Item:  ( Select ALGORITHM for device programming )
  153.  
  154.  Choose the method of programming and determine
  155.  programming time.
  156.  Available only for eprom memories.
  157.  
  158.  NOTE: Some algorithms can't be applied to particular
  159.        device. Please refer to the Application Notes.
  160. 15      DEVICE Menu
  161.  
  162.      Item:  ( READ device contents to the buffer )
  163.  
  164.  Read  the  data  contents  from  currently selected
  165.  device to the buffer.  Device address range is
  166.  declared by "Device Start Address" and "Device End
  167.  Address". "Buffer Start Address" defines destination
  168.  of transferred data.
  169.  
  170.  NOTE: Reading of empty socket will return with 0xFF
  171.        (all 1's) value.
  172. 16      DEVICE Menu
  173.  
  174.      Item:  ( VERIFY device with buffer contents )
  175.  
  176.  Compare the data buffer with device contents
  177.  in declared address range.
  178.  
  179.  NOTE: If there is no device in the socket, then
  180.        verification is always performed with 0xFF
  181.        (all 1's) value.
  182. 17      DEVICE Menu
  183.  
  184.      Item:  ( Check device if 'BLANK' )
  185.  
  186.  Check  the  device  if  it  contains an initial data,
  187.  specifical for selected IC.
  188. 18      DEVICE Menu
  189.  
  190.      Item:  ( PROGRAM device with buffer contents )
  191.  
  192.  Write the data buffer contents to selected device
  193.  using specified algorithm. Device address range is
  194.  declared by "Device Start Address" and "Device End
  195.  Address". "Buffer Start Address" defines first byte
  196.  of transferred data.
  197. 19      DEVICE Menu
  198.  
  199.      Item:  ( ERASE )
  200.  
  201.  Erase all the information written into device.
  202.  This  operation is required only before programming
  203.  the oldest EEPROM and FLASH EPROM memories.
  204.  The new generation of EEPROM memories do not require
  205.  to be erased before programming.
  206.  This operation is also available for EPLD devices.
  207. 20      DEVICE Menu
  208.  
  209.      Item:  ( AUTOmatical programming cycle )
  210.  
  211.  - check the device if it is programmable
  212.    NOTE: only for the devices that can't be
  213.          electrically erased,
  214.  - write the data buffer contents,
  215.  - verify the device with data buffer contents,
  216.  - set security bit. Operation is performed
  217.    if selected in AUTO-config option in Setup menu.
  218.    NOTE: only for the devices that it's possible.
  219. 21      SETUP Menu
  220.  
  221.      Item:  ( LOAD setup from disk file )
  222.  
  223.  Read SEPROG parameters from  the previously saved
  224.  disk-setup-file. If you don't type the extention
  225.  .DFT extention will be assumed. No extention
  226.  will be added  if you  type name of the setup file
  227.  with '.' at the end.
  228.  
  229.  NOTE: If you don't give setup file name in
  230.        command line, starting SEPROG searches
  231.        current directory for SEPROG.DFT file.
  232. 22      SETUP Menu
  233.  
  234.      Item:  ( SAVE setup to disk file )
  235.  
  236.  Write all of the current parameters like: device
  237.  manufacturer, device logical type, name of data
  238.  file to the disk-setup-file. An actualy logged disk
  239.  and directory are default. This feature makes
  240.  possible creating diffrent setup-files in each
  241.  directory you use.
  242.  NOTE: If you don't type the extention -
  243.        - .DFT extention will be assumed.
  244.        No extention will be added if you type name
  245.        of the setup file with '.' at the end.
  246. 23
  247.  
  248.      Item:  ( Input Data Window )
  249.  
  250.  If you are satisfied with the default values
  251.  displayed in this window just press ENTER to perform
  252.  required action. Otherwise use arrow keys to move
  253.  inside the window and type suitable value.
  254. 24      ALGORITHM Menu
  255.  
  256.      Item:  ( NORMAL, 50 msec programming pulses )
  257.  
  258.  The oldest, standard programming algorithm, based on
  259.  a 50 msec programming pulse with standard 5.0V power
  260.  supply voltage. Available for all of the devices,
  261.  without any restrictions. The greatest disadvantage
  262.  is very long programming time, specially for higher
  263.  memory capacitances.
  264. 25      ALGORITHM Menu
  265.  
  266.      Item:  ( INTERACTIVE, 1 msec programming pulses )
  267.  
  268.  The new programming algorithm, based on sequence of
  269.  1 msec programming pulses with power supply voltage
  270.  set at 6.0V. Available for allmost all of the devi-
  271.  ces. Decreases programming time about 5 times in com-
  272.  pare to the STANDARD. Similar to the INTELligent.
  273. 26      ALGORITHM Menu
  274.  
  275.      Item:  ( INTELLIGENT, 1 msec programming pulses )
  276.  
  277.  The new programming algorithm, based on sequence of
  278.  1 msec programming pulses with power supply voltage
  279.  set at 6.0V. Available for allmost all of the devi-
  280.  ces. Decreases programming time about 5 times in com-
  281.  pare to the STANDARD. Similar to the INTERACTIVE.
  282. 27      ALGORITHM Menu
  283.  
  284.    Item:  ( QUICK short, 100 usec programming pulses )
  285.  
  286.  One of the newest programming algorithms, based on
  287.  sequence of 100 usec programming pulses with power
  288.  supply voltage set at 6.5V. Available only for the
  289.  new-generation of the devices. Decreases programming
  290.  time about 25 times in compare to the STANDARD.
  291. 28      DEVICE Menu
  292.  
  293.      Item:  ( PROTECT/UPROTECT address area )
  294.  
  295.  Operation available for Siemens 2725-FDC
  296.  microcontroller.
  297.  Select address area for protect or unprotect operation.
  298. 29      FUNCTION SELECT Menu
  299.  
  300.      Item:  ( Select device functional type )
  301.  
  302.  Select EPROM.
  303.  
  304.  NOTE: 16 bit EPROMs and CYPRESS memories require
  305.        special adapter.
  306.        SEPROG will remind you to connect it.
  307. 30      MANUFACTURER SELECT Menu
  308.  
  309.      Item:  ( Select required manufacturer name )
  310.  
  311.  In many cases selection of proper manufacturer
  312.  name is very important, because there may be
  313.  some differences between devices of the same
  314.  class, dependent on manufacturer's technology.
  315. 31      DEVICE SELECT Menu
  316.  
  317.      Item:  ( Select required device type )
  318.  
  319.  The last operation is to select required device
  320.  logical type.
  321.  
  322.  NOTE: Be sure to select the proper device!
  323.        Wrong selection may cause permanent damage
  324.        of the device.
  325. 32      BUFFER Menu
  326.  
  327.      Item:  ( EDIT buffer contents )
  328.  
  329.  Displays current buffer contents with possibility of
  330.  changing it. Use arrow keys and PgDn, PgUp keys
  331.  to change current position in the buffer.
  332.  F10 function key jumps to the specified address.
  333.  CtrlPgUp/CtrlPdDn jumps to the begining/end of
  334.  the data buffer.
  335.  Home/End jumps to the begining/end of the line, page,
  336.  data buffer.
  337.  + key fills line with '1'
  338.  - key fills line with '0'
  339. 33
  340.  
  341.      Item:  ( Programming Error )
  342.  
  343.  Abort  - stop programming and return to Device  menu.
  344.           ( Esc - performs the same action )
  345.  Repeat - try programming once more.
  346.  Skip   - increase address and start programming again.
  347. 34      FILE Menu
  348.  
  349.      Item:  ( LOAD disk file to the buffer )
  350.  
  351.  Load a JEDEC format file from the disk.
  352.  You can use DOS-style masks to select file from the
  353.  list, or just type the name of the file you want to
  354.  load.
  355.  
  356.  NOTE: If you don't type the extention -
  357.        - .JED extention will be assumed.
  358.        No extention will be added if you type name
  359.        of data file with '.' at the end.
  360. 35      FILE Menu
  361.  
  362.      Item:  ( SAVE buffer contents to disk file )
  363.  
  364.  Save ( using JEDEC format ) the current data in
  365.  the buffer to the disk.
  366.  If the given name matches an existing file,
  367.  program will ask you if overwrite (y/n) ?
  368.  
  369.  NOTE: If you don't type the extention -
  370.        - .JED extention will be assumed.
  371.        No extention will be added if you type name
  372.        of data file with '.' at the end.
  373. 36      DEVICE Menu
  374.  
  375.      Item:  ( SECURITY BIT )
  376.  
  377.  Set Security bit. This operation is available for EPLD
  378.  and microcontrollers.
  379.  When  performed,  makes  data  written  into  device
  380.  imposible to read.
  381.  After setting security bit, blank checking and reading
  382.  device buffer will give result as if the buffer was
  383.  filled with BLANK value.
  384. 37      DEVICE Menu
  385.  
  386.      Item:  ( WRITE TO )
  387.  
  388.  Write the data buffer contents to the selected
  389.  ROM buffer. Device address range is declared by
  390.  "Device Start Address" and "Device End Address".
  391.  "Buffer Start Address" defines first byte
  392.  of transferred data.
  393.  
  394.  NOTE: This function is available only when
  395.        ROM-emulator function is selected.
  396. 38      DEVICE Menu
  397.  
  398.      Item:  ( SUPPLY OFF )
  399.  
  400.  Turns off supply of ROM-emulator.
  401.  Program will ask you to confirm it because
  402.  this function will erase contents of ROM-emulator.
  403.  
  404.  NOTE: This function is available only when
  405.        ROM-emulator function is selected.
  406. 39      DEVICE SELECT Menu
  407.  
  408.      Item:  ( Select type of the emulated ROM )
  409.  
  410.  Select type for 8 bit ROMEL.
  411.  Select size of the emulated ROM buffer.
  412.  Available ROM-emulator types:
  413.       ( 2716, 2732, 2764, 27128, 27512 )
  414.  
  415.  NOTE: Selecting type of the emulated ROM doesn't
  416.        change buffer contents.
  417. 40      SETUP Menu
  418.  
  419.      Item:  ( Select default HEX file format )
  420.  
  421.  Select default HEX file format.
  422.  SEPROG will read and write all disk files with
  423.  extension .HEX using selected HEX format.
  424.  Available HEX file formats are:
  425.   Intel (including extended Intel HEX),
  426.   Motorola (S1,S2,S3),
  427.   Millenium, RCA, Tektronix, Texas-Instr, TMS7000
  428.   and PIECES (only for Microchip PIC microcontrollers).
  429.  
  430.  NOTE: Files with extensions other then .HEX
  431.        are assumed to be BINARY files.
  432. 41      SETUP Menu
  433.  
  434.      Item:  ( Select method of turning the cursor off )
  435.  
  436.  This function gives possibility of turning off
  437.  the cursor when it's visible on your monitor.
  438.  It's useful because standard method of turning
  439.  the cursor off doesn't work with some video cards.
  440.  
  441.  NOTE: You can save selected method to the setup file.
  442. 42      SETUP Menu
  443.  
  444.      Item:  ( Define set of COLOURS )
  445.  
  446.  Select this function to define set of colours.
  447.  Available options are:
  448.        Monochrome   - set of colours for monochrome
  449.                       monitors.
  450.        Default      - default set of colours.
  451.        User defined - user defined set of colours.
  452.  
  453.  NOTE: Selected set of colours will be lost after
  454.        quitting SEPROG if you don't save it to
  455.        the setup file.
  456. 43      SETUP Menu
  457.  
  458.      Item:  ( Define set of COLOURS )
  459.  
  460.  Select colour of listed items.
  461.   Done           - end of colours setting, SEPROG will
  462.                    start up with new set of colours.
  463.   Menu Border    - colour of menu border.
  464.   Menu Text      - colour of menu text.
  465.   Message Border - colour of border of SEPROG messages.
  466.   Message Text   - colour of text of SEPROG messages.
  467.   Title          - colour of text of headers.
  468.   Text           - colour of other texts.
  469.  NOTE: Exit with Escape doesn't change colours.
  470. 44      SETUP Menu
  471.  
  472.      Item:  ( Change colour of selected item )
  473.  
  474.  Use left and right arrow keys to change colour.
  475.  Selected item changes its colour to actually selected.
  476.  Press Enter to confirm your choice.
  477.  Exit with Escape doesn't change colour.
  478.  
  479.  NOTE: SEPROG will start up with selected set of
  480.        colours after exiting menu of items with
  481.        Done option.
  482. 45      DEVICE Menu
  483.  
  484.      Item:  ( EPROM PROTECT )
  485.  
  486.  Operation available for microcontrollers.
  487.  When  performed,  makes  data  written  into  EPROM
  488.  of the device imposible to read.
  489.  If  EPROM  protect is  selected, blank checking and
  490.  reading  device buffer will  give result  as if the
  491.  buffer was filled with BLANK value.
  492. 46      DEVICE Menu
  493.  
  494.      Item:  ( LOW NOISE )
  495.  
  496.  Operation available for Zilog Z86E08.
  497.  Use of this function results in:
  498.   - Less than 1 mA consumed during HALT mode.
  499.   - All drivers slew rates reduced to 10 ns typical.
  500.   - Internal SLCK/TCLK operation limited to a maximum
  501.     of of 4 MHz - 250 ns cycle time.
  502.   - Output drivers have resistances of
  503.     200 ohms (typical).
  504.   - Oscillator divide-by-two circuitry eliminated.
  505. 47      DEVICE Menu
  506.  
  507.      Item:  ( RAM PROTECT )
  508.  
  509.  Operation available for Zilog Z86E21.
  510.  Execution of the RAM protect cycle disables
  511.  accesses to the upper 128 bytes of register memory
  512.  (excluding mode and configuration registers),
  513.  but first the user program must set bit-6
  514.  of the IMR(R251).
  515. 48      DEVICE Menu
  516.  
  517.      Item:  ( RAM PROTECT )
  518.  
  519.  Operation available for Zilog Z86E30 and Z86E40.
  520.  When   performed, the upper portion of the RAM's
  521.  address space 80H to EFH (excluding the control
  522.  registers) is protected from reading and writing.
  523.  After this option is selected, the user can activate
  524.  this feature using D6 of the IMR control register
  525.  (R251). The RAM protect is turned on by setting
  526.  the D6 of the IMR (D6=1) and turned off by resetting
  527.  this bit (D6=0).
  528. 49      DEVICE Menu
  529.  
  530.      Item:  ( Set EPROM Size 4k )
  531.  
  532.  Operation allows the user to select the internal ROM
  533.  size, available for Zilog Z86E21.
  534.  When programmed for 4k ROM external memory begins
  535.  at address 4096.
  536.  Once the 4k ROM size option is selected, the upper
  537.  4k of ROM address space is unusable.
  538. 50      DEVICE Menu
  539.  
  540.      Item:  ( RC Oscillator )
  541.  
  542.  The Zilog Z86E30 and Z86E40 on-chip oscillator
  543.  has a high gain, parallel-resonant amplifier for
  544.  connection to a crystal, RC, ceramic resonator,
  545.  or any suitable external clock source.
  546.  When the RC oscillator option is selected
  547.  an external resistor must be connected from XTAL1
  548.  to XTAL2, and frequency-setting capacitor from XTAL1
  549.  to the ground.
  550.  
  551.  NOTE: RC oscillator may not reach to 12 MHz.
  552. 51
  553.  
  554.      Item:  ( Select file window )
  555.  
  556.  Use arrow keys to select file to load.
  557.  PageUp, PageDown, Home, End keys move cursor
  558.  inside the window.
  559.  You can find the file to load by entering its name.
  560.  Directories are written in uppercase.
  561.  Changing directories in this window doesn't change
  562.  current active directory.
  563. 52      BUFFER Menu
  564.  
  565.      Item:  ( Count CHECKSUM )
  566.  
  567.  Seprog counts checksum of the contents of the buffer.
  568.  The result is displayed with its U1 and U2 complement.
  569. 53      SETUP Menu
  570.  
  571.      Item:  ( Mouse )
  572.  
  573.  Select mouse speed.
  574.  Use left and right arrow keys or mouse to select
  575.  new mouse speed.
  576.  Exit with Escape doesn't change mouse speed.
  577.  Selected mouse speed may be saved to the setup file.
  578. 54      BUFFER Menu
  579.  
  580.      Item:  ( COPY the buffer contents )
  581.  
  582.  Copy the data buffer contents from address area
  583.  declared by "Buffer Start Address" and "Buffer End
  584.  Address", to the address area starting at "New Start
  585.  Address".
  586.  
  587.  NOTE: Not available for EPLD.
  588. 55      BUFFER Menu
  589.  
  590.      Item:  ( MOVE the buffer contents )
  591.  
  592.  Move the data buffer contents from address area
  593.  declared by "Buffer Start Address" and "Buffer End
  594.  Address", to the address area starting at "New Start
  595.  Address".
  596.  When the buffer contents is moved, the address area
  597.  declared by "Buffer Start Address" and "Buffer End
  598.  Address" is filled with BLANK value 0xFF.
  599.  
  600.  NOTE: Not available for EPLD.
  601. 56      SETUP Menu
  602.  
  603.      Item:  ( Check VERSION )
  604.  
  605.  Check and display version of SEPROG software and
  606.  actually connected microcontroller.
  607. 57      DEVICE Menu
  608.  
  609.      Item:  ( SECURITY BIT )
  610.  
  611.  Select security bits to blow.
  612.  You can save selected security bits to the setup file.
  613.  
  614.  NOTE: Available only for microcontrollers that have
  615.        more than one security bit.
  616. 58      DEVICE Menu
  617.  
  618.      Item:  ( Security Bit 1 )
  619.  
  620.  MOVC instructions executed from external program
  621.  memory are disabled from fetching code bytes from
  622.  internal memory, EA is sampled and latched on Reset,
  623.  and further programming of the EPROM is disabled.
  624. 59      DEVICE Menu
  625.  
  626.      Item:  ( Security Bit 2 )
  627.  
  628.  Verify is disabled.
  629. 60      DVICE Menu
  630.  
  631.      Item:  ( Security Bit 3 )
  632.  
  633.  External execution is disabled.
  634. 61
  635.  
  636.      Item:  ( Decision Window )
  637.  
  638.  Operations causing serious changes in buffer and
  639.  device contents or overwritting disk files should
  640.  be confirmed.
  641.  Select option using arrow keys or typing 'Y' or 'N'.
  642. 62
  643.  
  644. SEPROG Version @
  645.  
  646. Usage: SEPROG [SetupFile] [Option]
  647.  
  648. SetupFile - File containing previously saved SEPROG's parameters.
  649.             If you don't type the extention .DFT extention
  650.             will be assumed. No extention will be added if you type
  651.             name of the setup file with '.' at the end.
  652.             If you don't give setup file name in command line,
  653.             starting SEPROG searches current directory for SEPROG.DFT file.
  654.  
  655. Available Options :
  656.   /? - Display command line help.
  657.   /A - Perform automatic programming cycle.
  658.        SEPROG loads SetupFile, performs automatic programming cycle
  659.        and returns to the operating system.
  660.   /B - Performs the same action as /A option.
  661.        User interface with menu and windows will not be visible.
  662.   /S - Forces SEPROG to communicate at low baud rate.
  663.  
  664. PRESS ANY KEY
  665. 63      SETUP Menu
  666.  
  667.      Item:  ( Configuration of Auto - command )
  668.  
  669.  Configuration of automatical programming cycle
  670.  lets you select additional operations performed
  671.  when Auto in Device Menu is selected.
  672.  Use arrow keys and Enter to select and change options.
  673.  
  674.  NOTE: If selected device has more than one security
  675.        bit, SEPROG will blow security bits selectet
  676.        in option Security bit in Device menu.
  677.        Selected operations can be saved to the setup
  678.        file. 
  679. 64      FUNCTION SELECT Menu
  680.  
  681.      Item:  ( Select device functional type )
  682.  
  683.  Select EEPROM.
  684. 65      FUNCTION SELECT Menu
  685.  
  686.      Item:  ( Select device functional type )
  687.  
  688.  Select µCONTROLLER.
  689.  µCONTROLLERs require special adapter.
  690.  There are unique adapters for some µCONTROLLERs
  691.  ( e.g. Zilog, Siemens PMB2725-FDC, Motorola... ).
  692.  
  693.  NOTE: Be sure to connect proper adapter.
  694. 66      FUNCTION SELECT Menu
  695.  
  696.      Item:  ( Select device functional type )
  697.  
  698.  Select EPLD.
  699.  EPLDs require special adapter.
  700.  
  701.  NOTE: There is one adapter for all EPLDs.
  702. 67      FUNCTION SELECT Menu
  703.  
  704.      Item:  ( Select device functional type )
  705.  
  706.  Select ROM-emulator.
  707.  When you plug in the probe, don't forget to connect
  708.  emulator RESET signal to the target circuit.
  709.  After writing program to the emulating memory
  710.  target circuit is automatically reset.
  711.  On the ROM-emulator there is additionally assembled
  712.  RESET button.
  713.  ROM-emulator is supplied from the SEPROG or from
  714.  the target circuit. It's possible to disconnect
  715.  ROM-emulator from SEPROG when the emulating memory
  716.  is written.
  717. 68      DEVICE Menu
  718.  
  719.      Item:  ( EEPROM PROTECT - Siemens 2725-FDC)
  720.  
  721.  Operation available for Siemens 2725-FDC
  722.  microcontroller.
  723.  When  performed,  makes  data  written into EEPROM
  724.  memory of the device imposible to change.
  725.  Read operation is possible.
  726.  Operation is useful for protecting device against 
  727.  accidental write operation.
  728. 69      DEVICE Menu
  729.  
  730.      Item:  ( EEPROM UPROTECT - Siemens 2725-FDC)
  731.  
  732.  Operation available for Siemens 2725-FDC
  733.  microcontroller.
  734.  When  performed,  makes  data  written into EEPROM
  735.  memory of the device posible to change.
  736.  Operation opposite to the protect operation.
  737. 70      SETUP Menu
  738.  
  739.      Item:  ( Configuration of Automatic cycle )
  740.  
  741.  Configuration of automatical programming cycle
  742.  for ROM-emulator. When selected, supply will be
  743.  turned off when Seprog is activated from DOS prompt: 
  744.  
  745.             seprog config.dft /a
  746.  
  747.  Use arrow keys and Enter to select and change options.
  748.  Selected option should be saved to the setup file.
  749. 71      DEVICE Menu
  750.  
  751.      Item:  ( Algorithm - Siemens 2725-FDC)
  752.  
  753.  Select method of programming Siemens 2725-FDC
  754.  microcontroller.
  755.  2725-FDC can be programmed in byte mode or
  756.  in page mode.
  757.  
  758.  NOTE: You can save selected method to the setup file.
  759. 72      SETUP Menu
  760.  
  761.      Item:  ( Buffer addressing - Siemens 2725-FDC)
  762.  
  763.  Select method of addressing data buffer for
  764.  Siemens 2725-FDC microcontroller.
  765.  Data is loaded and read to the buffer and programming
  766.  is performed in actually selected addressing mode.
  767.  Address conversion takes place for addresses > 0x7FFF.
  768.  Example:
  769.  Address  : a14a13a12a11 .. a3a2a1a0
  770.  Converted: a2a1a0a11 .. a3a14a13a12           
  771.  
  772.  NOTE: Buffer is always saved to the disk file
  773.        in normal addressing mode.
  774.        You can save addressing mode to the setup file.
  775. 73
  776.  
  777.      Item:  ( Decision Window )
  778.  
  779.  Operations causing serious changes in buffer and
  780.  device contents or overwritting disk files should
  781.  be confirmed.
  782.  Select option using arrow keys or typing 'Y' or 'N'.
  783.  Pressing 'A' key will cause all possible replacements.
  784.  ESC breaks operation while replacing with All option.
  785. 74      DEVICE Menu
  786.  
  787.      Item:  ( AUTOmatical programming cycle )
  788.  
  789.  - write the data buffer contents,
  790.  - verify the device with data buffer contents,
  791.  - turn off the ROM emulator's supply.
  792.    NOTE: Operation is performed only if selected
  793.          in AUTO-config option in Setup menu.
  794. 75      FUNCTION SELECT Menu
  795.  
  796.      Item:  ( Select device functional type )
  797.  
  798.  Select Flash EPROM.
  799. 76      FUNCTION SELECT Menu
  800.  
  801.      Item:  ( Select device functional type )
  802.  
  803.  Select NV RAM.
  804. 77      FUNCTION SELECT Menu
  805.  
  806.      Item:  ( Select ROM emulator type )
  807.  
  808.  Select ROM emulator type.
  809.  ROM emulators are available in two hardware versions:
  810.  8 bit ROMEL and 8/16 bit ROMEL.
  811. 78      FUNCTION SELECT Menu
  812.  
  813.      Item:  ( Select type of emulated memory )
  814.  
  815.  Select type of emulated memory for 16b ROMEL.
  816.  16 bit ROMEL can emulate memories in 8 bit or 16 bit
  817.  organisation.
  818. 79      DEVICE SELECT Menu
  819.  
  820.      Item:  ( Select type of the emulated ROM )
  821.  
  822.  Select type of emulated 8 bit memory for ROMEL 16.
  823.  Select size of the emulated ROM buffer.
  824.  Available ROM-emulator types:
  825.    ( 2716, 2732, 2764, 27128, 27512, 27010, 27020 )
  826.  
  827.  Check please jumper setting to be sure that proper
  828.  memory configuration is selected (EPROM type or
  829.  ROM type).
  830.  
  831.  NOTE: Selecting type of the emulated ROM doesn't
  832.        change buffer contents.
  833. 80      DEVICE SELECT Menu
  834.  
  835.      Item:  ( Select type of the emulated ROM )
  836.  
  837.  Select type of emulated 16 bit memory for ROMEL 16.
  838.  Select size of the emulated ROM buffer.
  839.  Available ROM-emulator types:
  840.            ( 271024, 272048 )
  841.  
  842.  NOTE: Selecting type of the emulated ROM doesn't
  843.        change buffer contents.
  844. 81      DEVICE Menu
  845.  
  846.      Item:  ( Configuration fuses )
  847.  
  848.  Available only for Microchip PIC microcontrollers.
  849.  Allows to protect memory, disable watchdog timer
  850.  and select oscillator mode.
  851. 82      DEVICE Menu
  852.  
  853.      Item:  ( Configuration fuses )
  854.  
  855.  Available only for Microchip PIC microcontrollers.
  856.  Allows to protect memory, disable watchdog timer
  857.  and select oscillator mode.
  858.  Use arrow keys and Enter to select and change options.
  859. 83      DEVICE Menu
  860.  
  861.      Item:  ( Configuration fuses - oscillator)
  862.  
  863.  Available only for Microchip PIC microcontrollers.
  864.  Select oscillator mode. Possible are following
  865.  choices:        RC - RC oscillator
  866.                  HS - High Speed Crystal
  867.                  XT - Standard Crystal
  868.                  LF - Low Frequency Crystal
  869.  
  870.  NOTE: OTP devices may have the oscillator fuses set
  871.        by the factory and the packages are marked
  872.        accordingly (RC,HS,XT,LF). SEPROG will ask you
  873.        to confirm the decion of blowing configuration
  874.        fuses so be sure to check your selection.
  875. 84      SETUP Menu
  876.  
  877.      Item:  ( Configuration of Auto - command )
  878.  
  879.  For Microchip PIC microcontrollers.
  880.  Configuration of automatical programming cycle
  881.  lets you select operation of writing configuration
  882.  fuses when Auto in Device Menu is selected.
  883.  Use arrow keys and Enter to select and change options.
  884.  
  885.  NOTE: If selected, SEPROG performing Auto command will
  886.        write configuration fuses as set in option
  887.        Configuration fuses in Device menu.
  888.        Selected option can be saved to the setup file. 
  889. 85      BUFFER Menu
  890.  
  891.      Item:  ( Change order of bytes in word )
  892.  
  893.  Operation available only for 16 bit memories.
  894.  Allows for changing order of bytes in words from
  895.  High-Low to Low-High and from Low-High to High-Low.
  896.  
  897.  Seprog always saves files for 16 bit memories in
  898.  the High-Low order of bytes and loading files always
  899.  assumes that words in file are saved in the High-Low
  900.  order of bytes.
  901.  Operation allows for adaptation of buffer contents
  902.  to the actual file standard.
  903. 86      DEVICE Menu
  904.  
  905.      Item:  ( Security Bit 1 )
  906.  
  907.  Device programming is disabled.
  908.  Read and verify operations are possible.
  909. 87      DEVICE Menu
  910.  
  911.      Item:  ( SELECT SECTOR TO ERASE OR PROTECT )
  912.  
  913.  Select memory sectors to erase or protect.
  914.  You can save selected sectors to the setup file.
  915.  Sector 0      0x00000..0x03FFF
  916.  Sector 1      0x04000..0x07FFF
  917.  Sector 2      0x08000..0x0BFFF
  918.  Sector 3      0x0C000..0x0FFFF
  919.  Sector 4      0x10000..0x13FFF
  920.  Sector 5      0x14000..0x17FFF
  921.  Sector 6      0x18000..0x1BFFF
  922.  Sector 7      0x1C000..0x1FFFF
  923.  
  924.  NOTE: Available only for AMD flash eprom 29F010.
  925. 88      DEVICE Menu
  926.  
  927.      Item:  ( PROTECT )
  928.  
  929.  Operation available for AMD flash eprom 29F010.
  930.  When  performed,  makes  data  written into memory
  931.  imposible to change.
  932.  Read operation is possible.
  933.  Operation is useful for protecting device against 
  934.  accidental write operation.
  935.  
  936.  WARNING: Unprotect operation is possible only with
  937.           SEPROG mC_ver >= 1.38 and with 29F010/040
  938.           adapter.
  939. 89      DEVICE Menu
  940.  
  941.      Item:  ( CHECK PROTECT )
  942.  
  943.  Operation available for AMD flash eprom 29F010.
  944.  Shows which memory sectors are protected against
  945.  accidental write operation.
  946. 90      SETUP Menu
  947.  
  948.      Item:  ( Configuration of Auto - command )
  949.  
  950.  For AMD flash eprom 29F010.
  951.  Configuration of automatical programming cycle
  952.  lets you select operation of protecting device
  953.  against accidental write operation.
  954.  Use arrow keys and Enter to select and change options.
  955.  NOTE: If selected, SEPROG performing Auto command will
  956.        protect sectors as selected in option Protect
  957.        in Device menu.
  958.        Selected option can be saved to the setup file. 
  959.  WARNING: Unprotect operation is possible only with
  960.           SEPROG mC_ver >= 1.38 and with 29F010/040
  961.           adapter.
  962. 91      DEVICE Menu
  963.  
  964.      Item:  ( PROGRAM  & TEST )
  965.  
  966.  Select programming or testing the device.
  967.  
  968.  NOTE: Operation available for Siemens 2725-FDC
  969.        microcontroller.
  970. 92      DEVICE Menu
  971.  
  972.      Item:  ( TEST device )
  973.  
  974.  Perform special tests of the device.
  975.  
  976.  NOTE: Operation available for Siemens 2725-FDC
  977.        microcontroller.
  978. 93      TEST Menu
  979.  
  980.      Item:  ( Test and settings selection )
  981.  
  982.  Select type of test to be performed
  983.  and change test setup.
  984.  
  985.  0..FFFF - perform 80 times programming the device
  986.            with given value in address area 0..0xFFFF.
  987.  Page    - perform 20000 times programming with given
  988.            value the selected page.
  989.  
  990.  NOTE: Operation available for Siemens 2725-FDC
  991.        microcontroller.
  992. 94      TEST Menu
  993.  
  994.      Item:  ( Test setup )
  995.  
  996.  Select mode for test execution.
  997.  
  998.  NOTE: Operation available for Siemens 2725-FDC
  999.        microcontroller.
  1000. 95      DEVICE Menu
  1001.  
  1002.      Item:  ( PROTECT MENU)
  1003.  
  1004.  Available for AMD flash eprom 29F010.
  1005.  
  1006.  PROTECT       - protect device against accidental
  1007.                  write operation.
  1008.  UNPROTECT     - make write operation possible.
  1009.                  Unprotect may be performed only with
  1010.                  SEPROG mC_ver >= 1.38 and with
  1011.                  29F010/040 adapter.
  1012.  CHECK PROTECT - Shows which memory sectors are
  1013.                  protected against accidental write
  1014.                  operation.
  1015. 96      DEVICE Menu
  1016.  
  1017.      Item:  ( UNPROTECT )
  1018.  
  1019.  Operation available for AMD flash eprom 29F010.
  1020.  Makes write operation possible.
  1021.  
  1022.  NOTE: Unprotect may be performed only with
  1023.        SEPROG mC_ver >= 1.38 and with 29F010/040
  1024.        adapter.
  1025. 97      DEVICE Menu
  1026.  
  1027.      Item:  ( Program Initialization Byte )
  1028.  
  1029.  Operation available only for Cypress CY7C245A.
  1030.  Allows for setting value of program initialization
  1031.  byte.
  1032. 98      DEVICE Menu
  1033.  
  1034.      Item:  ( Program Synchronous Enable )
  1035.  
  1036.  Operation available only for Cypress CY7C245A.
  1037.  Enables accses to stored data in synchronous mode.
  1038.  After erasing memory is set to asynchronous mode.
  1039. 99      DEVICE Menu
  1040.  
  1041.      Item:  ( Timeout - Siemens 2725-FDC)
  1042.  
  1043.  Select timeout during programming Siemens 2725-FDC
  1044.  microcontroller.
  1045.  
  1046.  NOTE: You can save selected timeout to the setup file.
  1047. 100
  1048.  
  1049.      Item:  ( Input Data Window )
  1050.  
  1051.  If you are satisfied with the default values
  1052.  displayed in this window just press ENTER to perform
  1053.  required action. Otherwise use arrow keys to move
  1054.  inside the window and type suitable value.
  1055.  
  1056.  NOTE: For Microchip PIC microcontrollers all
  1057.        operations are possible only for full
  1058.        address area.
  1059. 101
  1060.  
  1061.      Item:  ( Input Data Window )
  1062.  
  1063.  
  1064.  NOTE: For Microchip PIC microcontrollers all
  1065.        operations are possible only for full
  1066.        address area.
  1067. 102      DEVICE Menu
  1068.  
  1069.      Item:  ( Software Protect )
  1070.  
  1071.  Protects memory against accidental changing of
  1072.  contents.
  1073.  This  operation is available only for some FLASH EPROM
  1074.  memories.
  1075. 103      DEVICE Menu
  1076.  
  1077.      Item:  ( Watchdog on )
  1078.  
  1079.  Allows to programm watchdog to be active after turning
  1080.  the power on. In this case it is not necessary to
  1081.  activate watchdog by the software.
  1082.  Operation available for DALLAS 87C520 microcontroller.
  1083.