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

📄 readme.txt

📁 ADI 公司的DSP ADSP21262 EZ-KIT LITE开发板的全部源代码
💻 TXT
字号:
-------------------------------------------------------------------------------
Example: PP Flash Programmer
Target: ADSP-21262
Date: September 19, 2003
Tools: VisualDSP++ 3.0 SP1
Hardware: ADSP-21262 EZ-KIT LITE
-------------------------------------------------------------------------------
This project provides C code capable of programming the entire AMD Am29LV081B
Flash that is included with the ADSP-21262 Ez-kit Lite.

This code provides a callable subroutine that can be used to program the flash
from a buffer in external memory.

The included main routine will program a buffer to the flash using this
subroutine.

-------------------------------------------------------------------------------
Instructions: To change the file to be programmed to the flash, simply add your file
to the project directory, change the name of the file to be included in main.c, and
update the main.c definition FILE_DATA_WIDTH to reflect the width of the file. Note
that the Symbol Manager does not provide the correct byte address of any buffer that
does not occupy the first address of a section defined in the LDF file. Either make
separate sections for each buffer to program, or manually resolve the location in the
LDF. It is also possible to do a simple calculation to get the correct address,
multiplying the address by the width of the device relative to 32-bits (after masking
the address decoder range.

By default, this project expects the input file to be a 16-bit include format 
generated using the PROM option of the loader. Also, non-boot data must be in 
16-bit include format.
-------------------------------------------------------------------------------
Source Files contained in this directory:
AMD 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 with external memory sections
input.ldr           Loader file to burn into the Flash
-------------------------------------------------------------------------------
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -