home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / hardware / dsp / drbub / dspbug / dspbug.hlp next >
Encoding:
Text File  |  1991-09-07  |  2.0 KB  |  45 lines

  1. 2 DSPBUG
  2.  
  3.          Name: DSPBUG
  4.          Type: Assembler Program
  5.       Version: 2.0
  6.  Date Entered: 20-Aug-88
  7.   Last Change: 20-Aug-88
  8.  
  9.   Description: Debugging Monitor for the DSP56000
  10.  
  11.  DSPBUG is a debugging monitor for the DSP56000.  DSPBUG may be used
  12.  to provide downloading and debugging capability in prototype boards.
  13.  DSPBUG assumes a serial port for operation.  Two serial ports on
  14.  a memory mapped DUART is the assumed mode of operation for DSPBUG
  15.  although DSPBUG may be configured to operate via the on-chip SCI
  16.  or HOST interface.  For more information on the configuration,
  17.  booting modes and operation of DSPBUG, see the source DSPBUG.ASM.
  18.  
  19.  The following files are supplied with the DSPBUG distribution:
  20.     bootgen.for - FORTRAN program for VAX/VMS to convert the DSPBUG.LOD
  21.                   file into two bootable EPROMs.  This assumes that
  22.                   DSPBUG is booting in mode 1.
  23.     bugequ.asm  - Assembler source program containing symbolic equates for
  24.                   accessing DSPBUG's internal subroutines.
  25.     dspbug.asm  - Assembler source program of DSPBUG.  This should be 
  26.                   assembled as: asm56000 -l -b -a dspbug.
  27.     dspbug.low  - Motorola S19 Hex file of the low EPROM for booting in
  28.                   mode 1.
  29.     dspbug.mid  - Motorola S19 Hex file of the middle EPROM for booting in
  30.                   mode 1.
  31.     dspbug.mod  - Module control file for program BOOTGEN.
  32.     dspbug.p    - Motorola S19 Hex file of the 32Kx8 EPROM for booting in
  33.                   mode 3.
  34.     dspbug.p0   - Motorola S19 Hex file of the low byte EPROM for booting
  35.                   in mode 2.
  36.     dspbug.p1   - Motorola S19 Hex file of the middle byte EPROM for 
  37.                   booting in mode 2.
  38.     dspbug.p2   - Motorola S19 Hex file of the high byte EPROM for booting
  39.                   in mode 2.
  40.     iloader.asm - Intelligent loader for booting in mode 1.  This file is
  41.                   included when using BOOTGEN.
  42.     manual.mem  - The full manual describing DSPBUG.
  43.  
  44.  
  45.