📄 readme.txt
字号:
-------------------------------------------------------------------------------
Example: ADSP-21369 EZ-KIT LITE Push Button Example
Target: ADSP-21369
Date: July 29, 2005
Tools: VisualDSP++ 4.0
Hardware: ADSP-21369 EZ-KIT LITE
-------------------------------------------------------------------------------
This directory contains an Assembly code example pushbutton blink for use with
the ADSP-21369 Ez-Kit Lite Development System.
The project illustrates how to use the push buttons on the board in order to
blink the on board LEDs. On the board the pushbuttons are connected to the
IRQ0, IRQ1, DAI_PB19, and DAI_PB20 signals on the DSP. The DAI signals can be
routed to the miscellaneous channels (MISCAx) which are associated with DAI
interrupts. The IRQ signals have dedicated interrupts. In the example code,
DAI_PB19 is routed to MISCA1 which is associated with DAI interrupt 29 and
DAI_PB20 is routed to MISCA2 which is associated with DAI interrupt 30.
Pressing IRQ1 lights LED1&2 and pressing IRQ0 lights LED3&4.
Pressing DAI_PB19 lights LED5&6 and pressing DAI_PB20 lights LED7&8.
****************************************************************************
Source Files contained in this directory:
EZkit Push Button.dpj VisualDSP project file
EZkit Push Button.asm ADSP-21369 source
initPLL_SDRAM.asm Configures the DSP to run at CCLK= 393.21 MHz & SDCLK= 157.28 MHz
21369_IVT.asm Interrupt Vector Table
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 with DAI definitions
_________________________________________________________________
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -