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

📄 readme.txt

📁 Analog Device ADSP21346平台下对AMD Flash操作的例程
💻 TXT
字号:
-------------------------------------------------------------------------------
Example: PP Flash Programmer
Target: ADSP-21364
Date: January 25, 2006
Tools: VisualDSP++ 4.5
Hardware: ADSP-21364 EZ-KIT LITE
-------------------------------------------------------------------------------
This project provides C code capable of programming the entire AMD Am29LV081B
Flash that is included with the ADSP-21364 Ez-kit Lite.

This code provides a callable subroutine that can be used to program the flash
from a buffer in internal 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
adi_am29lv081b.c    Source file with high-level and low-level Flash Programmer routines
main.c              ADSP-21364 source - Main routine with buffer declarations
ppflash.h           Header File - Extern Declarations and common constants
ADSP-21364_C.ldf    Linker description file with external memory sections
Core_Timer.ldr      Loader file to burn into the Flash
EZKit_Push_Button.ldr Alternate loader file example
-------------------------------------------------------------------------------
Dependencies contained in VisualDSP++ default include path:
def21364.h               Header file with generic definitions
*******************************************************************************
Analog Devices, Inc.
DSP Division
One Technology Way
Norwood, MA 02062

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

⌨️ 快捷键说明

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