⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 read54x.txt

📁 CCS2.2 C5000.rar
💻 TXT
📖 第 1 页 / 共 2 页
字号:
#     eZdsp54x      Spectrum Digital eZdsp54x
#     eZdsp2710     Spectrum Digital eZdsp2710
#     eZdspvc33     Spectrum Digital eZdspvc33 
#     XDS510PP_PLUS Spectrum Digital emulator, printer port (performance enhanced version)
#     SPI525        Spectrum Digital emulator, low voltage, data logging, PCI
#
# See your emulator documentation for more details on options and support.  XDS510PP
# emulation software will search for the traditional "xds510pp.ini" first.  If
# this file is not found then it will use "sdopts.cfg".  For other emulators
# "sdopts.cfg" is the only config file supported.
#
# sdopts.cfg file search order is:
#    1) Local directory.  Generally your debugger launch directory or GoDSP drivers
#       directory.
#    2) Directory pointed to by D_DIR
#    3) Windows System directory
#
# Emulator software has built in defaults for options which you can override by 
# supplying the appropriate option(s).  You only need to supply those options that
# you want to override.  Any options supplied that are not used by a
# particular emulator are ignored.
#
# OPTIONS SUMMARY
# ===============
#
# [EmulatorId=xxx]
# ----------------
#     where xxx is 1-99; SPI520
#     where xxx is 100;  SPI525
#     where xxx is 3bc, 278, 378; XDS510PP,SPI515, XDS510PP_PLUS, eZdsp
#     where xxx is 240,280,320,340; XDS510, SPI510
# 
#     The EmulatorId corresponds to the port address used to start the debugger.
#     Under GoDSP Code Composer this is supplied during the setup using cc_setup.exe.
#     For TI debuggers this is passed in with the -p option.  
#
#     CodeComposer Example: 
#                           [ I/O Port ]  0x3bc,  0x278,  0x378           -- XDS510PP/SPI515/eZdsp
#                                                                         -- XDS510PP_PLUS
#                           [ I/O Port ]  0x240,  0x280,  0x320,  0x340   -- SPI510/XDS510
#                           [ I/O Port ]  0x13bc, 0x1278, 0x2278, 0x2378  -- SPI520
#                           [ I/O Port ]  0x100                           -- SPI525
#     TI Debugger  Example: 
#                             -p 3bc,  -p 278,  -p 378            -- XDS510PP
#                             -p 240,  -p 280,  -p 320,  -p 340   -- SPI510/XDS510
#                             -p 13bc, -p 1278, -p 2278, -p 2378  -- SPI520
#                             -p 100                              -- SPI525
#                            
#     NOTES: The SPI520 EmulatorId is taken from the most significant nibble of the
#            address.  Example: -p 1278 corresponds to EmulatorId=1.
#
#            The XDS510PP, SPI515, XDS510PP_PLUS and eZdsp products "share" the same 
#            EmulatorId (port address). 
#            To select an emulator or eZdsp uncomment it's product name and comment out the others.
#              EmuProductName=XDS510PP
#              #EmuProductName=SPI515
#              #EmuProductName=XDS510PP_PLUS
#	       #EmuProductName=EZDSPVC3X
#	       #EmuProductName=EZDSP54X
#              #EmuProductName=EZDSP2710
#
#
# "Emu" options
# -------------
#     EmuPortAddr          Emulator port address
#     EmuPortMode          Printer port mode, SPP4,SPP8,EPP,ECP
#     EmuPortSpeed         Emulator port speed (0-fastest 100-slowest)
#                            If using the SPI515 or XDS510PP_PLUS in EPP mode on a Pentium PC then
#                            EmuPortSpeed may need to be set greater then 0. The failure 
#                            mode generally shows up as errors on DSP Reset or memory read/write.  
#     EmuAddOptoPod        Include SD opto-isolator pod
#     EmuDisablePolling    Disable certain emulation polling for improved performance.
#     EmuProductName       Name of hardware product. Valid names
#				XDS510PP
#				SPI515 
#                          	XDS510PP_PLUS
#                               SPI525
#				EZDSPVC3X
#                               EZDSP54X
#                               EZDSP2710
#                          Default is XDS510PP. 
#     EmuDoWaitInReset     Perform C27x style Wait-In-Reset.  Option support by product:
#                             XDS510PP      - Not supported, (option ignored).
#                             SPI510        - Hard coded for Wait-In-Reset,(option ignored).
#                             SPI520        - Hard coded for Wait-In-Reset,(option ignored).
#                             SPI515        - Option supported.
#                             XDS510PP_PLUS - Option supported.
#                             SPI525        - Hard coded for Wait-In-Reset,(option ignored).
#
#
# "Dlog" options
# --------------
#     These options are only valid for the SPI510, SPI515, SPI520, and SPI525
#     DlogEmuPinEnable     Enable the use of C27x EMU0/1 datalogging
#     DlogRtdxEnable       Enable Rtdx support of EMU0/1 datalogging
#     DlogStopOnBufferFull Stop when buffer full(DlogExpress only)
#     DlogInvertDataRecv   Invert incoming data
#     DlogInvertFrameSync  Invert incoming frame sync.
#     DlogInvertClk        Invert incoming clock
#     DlogStoreIncremental Store data incrementally (as it comes in or on exit)
#     DlogUseDlogExpress   Use DlogExpress module if found
#     DlogBinFileName      Path\filename to store binary data
#     DlogStatusFile       Path\filename to store datalogging status information
#     DlogBinFileSize      Number of 1024 byte blocks to store
#
# ======================================================================================

6.0 Utilities
-------------
A configuration utility is included for each emulator.  
 
  Emulator          Support Utility
  --------          ---------------
  xds510pp          portio.exe
  xds510/spi510     spi510.exe
  spi520            spi520.exe
  spi515            spi515.exe
  xds510pp_plus     spi515.exe

Executing the utility with -help, or no options will give the list of options 
available.  

Option support:

    Option                portio.exe  spi510.exe  spi520.exe  spi515.exe
    --------------------------------------------------------------------
    -h                       yes        yes         yes          yes
    -p                       yes        yes         yes          yes     
    -q                       yes        yes         yes          yes
    -e                       yes        no          yes          yes      
    -s                       yes        no          no           no
    -r                       yes        yes         yes          yes 
    -x                       yes        yes         yes          no
    -nsc                     yes        no          yes          yes 
    -tosh                    yes        no          yes          yes  
    -smc                     yes        no          yes          yes
    -dadd                    yes        yes         yes          yes
    -ddrem                   yes        yes         yes          yes 
    -m                       no         no          yes          no
    -test                    no         no          yes          no
    -tckdiv                  no         no          yes          no
    -flash                   no         no          yes          no
    -dtest                   no         yes         no           no

6.1 Option explanation
-----------------------
-h      Help (shows the options)

-p xxxx Specify the host I/O port.

-q      Wait for user prompt to exit utility

-e      Examine the ports available on the PC and hopefully
        find one that works.

-s      Select the "fastest" operating mode for a port.  
        Must have power on the XDS510PP and target board.
        You must specify a -p <io port> option if you are not
        using 378 as your default.  This option does NOT 
        read xds510pp.ini.  It will create a xds510pp.sav file
        that you can copy to xds510pp.ini when you find a
        preferred setting.

-r      Resets the port (same as emurst)
        Must have power on the emulator and target board.
        This option will also print out extended diagnostics
        if there is trouble resetting the emulator. 

-x      Xds_diag.  Only run this after you think you have a good 
        port and a valid board.dat file.
        Must have power on the XDS510PP and target board.
        This utility will can verify the DSP processor Id and
        test that your basic scan path is functional.
        This option does NOT apply to the C3x as it is not
        a JTAG device.

        XDS diagnostics [options]                  
         - n  Processor name                   
         - f  Board file name                  
         - c  Continuous cycling               
         - d  Cycle data                       
         - v  Run integrity test  

-nsc    Replaces nscmode.exe.
        nscmode [options]
        -help         help
        -verbose      verbose
        -compatible   unidirectional
        -extended     bidirectional
        -epp1.7       EPP 1.7 enabled
        -epp1.9       EPP 1.9 enabled
        -ecp          ECP enabled

-tosh   Replaces tosh.exe.

-smc    Replaces smcmode.exe.
        smcmode [options]
        -h     help
        -r     reset status register
        -m x   set to mode x = 0..4

        Mode 0 -> Standard bidirectional mode
        Mode 1 -> EPP and SPP mode
        Mode 2 -> ECP mode
        Mode 3 -> ECP and EPP mode
        Mode 4 -> Non bidirectional mode

-dadd drvpath\drvname  Add\start NT driver.  The driver flags
                       will be set for automatic startup.  

-ddrem drvname         Stop\remove NT driver. Do not include 
                       .sys in the drvname
 
-m                       Printer port mode (spp8,epp,ecp)

-test                    Test communications channel           

-tckdiv x                Set JTAG TCK divide rate(x = 1-15)    

-flash FileName.out      Update firmware in FLASH

-dtest                   Test DlogExpress DRAM (time consuming)
                         The spi520 does internal test on power up so
                         this option is not required/supported on spi520.


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -