readme.txt

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

TXT
40
字号
-------------------------------------------------------------------------------
Example: Sample Playback Flash Programmer for AMD Flash
Target: ADSP-21262
Date: September 19, 2003
Tools: VisualDSP++ 3.0 SP1
Hardware: ADSP-21262 EZ-KIT LITE
-------------------------------------------------------------------------------
This project programs 3 separate files to different locations in the Flash.

The loader file generated by the Sample Playback project is placed at address
0x1000000, the first sample at 0x1040000, and the second sample at 0x1060000,
as defined in the Sample Playback project. To refrain from programming these
samples to the Flash, comment out the call and memory allocation in main.c.

For detailed information on the Flash Programmer, see the AMD Flash Programmer
project in the .\Examples\C\AMD Flash Programmer folder.
-------------------------------------------------------------------------------
Source Files contained in this directory:
Sample Playback Flash Programmer.dpj    VisualDSP project file
blockWrite.c        ADSP-21262 source - Top-level Subroutine
flashFunctions.c    ADSP-21262 source - Subroutines to access the Flash
main.c              ADSP-21262 source - Main routine with buffer declarations
ppfunctions.c       ADSP-21262 source - Subroutines to use the parallel port
ppflash.h           Header File - Extern Declarations and common constants
ADSP-21262_c.ldf      Linker description file
-------------------------------------------------------------------------------
Dependencies contained in VisualDSP++ default include path:
def21262.h               Header file with generic definitions
..\Sample Playback.ldr   Loader file generated by the Sample Playback project.
..\samples\scanner16-48-m.dat   First audio sample to burn to the flash
..\samples\allsys16-48-m.dat    Second audio sample to burn to the flash
*******************************************************************************
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 + -
显示快捷键?