readme.txt

来自「ADI 公司的DSP ADSP21262 EZ-KIT LITE开发板的全部源代」· 文本 代码 · 共 50 行

TXT
50
字号
-------------------------------------------------------------------------------
Example:  ADSP-21262 EZ-KIT LITE Blink 
Target:   ADSP-21262
Date:     September 19, 2003
Tools:    VisualDSP++ 3.0 SP1
Hardware: ADSP-21262 EZ-KIT LITE
-------------------------------------------------------------------------------
The primary purpose of this program is to demo the flash programmer plug-in and
to demonstrate how an Parallel Port loader file is built.

This program quickly blinks LED 1 - 8.  

1.  Open and build project.
2.  Open flash programmer utility and select the "AM29LV081B (PP Flash).dxe"
    driver file
3.  Load the driver
4.  Load the "Parallel Port PROM Boot Blink.ldr"
5.  Close the flash programmer utility.
6.  Use the "boot load" from the settings menu to perform a hard
    reset on the KIT.  LED 1-8 should begin to blink quickly.
    
Options passed to the loader:
	-proc ADSP-21262 
	-bprom 
	-fHEX 
	-hostwidth8 
	-l "C:\Program Files\Analog Devices\VisualDSP\212xx\ldr\26x_PROM.DXE" 
	   ".\Debug\Parallel Port PROM Boot Blink.dxe"




-------------------------------------------------------------------------------
Source Files contained in this directory:
blinkwe.dpj    VisualDSP project file
blinkwe.asm    ADSP-21262 source - All code included in this project
blinkwe.ldf       Linker description file containing packing commands
-------------------------------------------------------------------------------
Dependencies contained in VisualDSP++ default include path:
def21262.h               Header file with generic definitions
*******************************************************************************
Analog Devices, Inc.
DSP Division
One Technology Way
Norwood, MA 02062

(c) 2003 Analog Devices, Inc.  All rights reserved.
*******************************************************************************

⌨️ 快捷键说明

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