readme.txt

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

TXT
30
字号
-------------------------------------------------------------------------------
Example:  ADSP-21369 EZ-KIT LITE Core Timer
Target:   ADSP-21369
Date:     July 29, 2005
Tools:    VisualDSP++ 4.0 
Hardware: ADSP-21369 EZ-KIT LITE
-------------------------------------------------------------------------------
This project provides assembly code which initializes the core timer and its
high priority interrupt. The interrupt service routine which is triggered for
each interrupt toggles the FLAG LED's on the Ezkit.
-------------------------------------------------------------------------------
Source Files contained in this directory:
Core Timer.dpj       VisualDSP project file
Core Timer.asm       ADSP-21369 source - main routine and ISR
initPLL_SDRAM.asm    Configures the DSP to run at CCLK= 393.21 MHz & SDCLK= 157.28 MHz
21369_IVT.asm        Interrupt Vector table for the project
ADSP-21369-EZKIT.ldf Linker Description file
-------------------------------------------------------------------------------
Dependencies contained in VisualDSP++ default include path:
def21369.h          Header file with generic definitions
SRU.h				Header file to route DAI/DPI signals
*******************************************************************************
Analog Devices, Inc.
DSP Division
One Technology Way
Norwood, MA 02062

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

⌨️ 快捷键说明

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