abstract.txt

来自「ADuC7020/26是ADI模拟公司开发的ARM7TDMI内核」· 文本 代码 · 共 27 行

TXT
27
字号
The Interrupt project is a simple program for the ADuC7026
using Analog Devices ADuC7026 Evaluation Board.

It demonstrates the use of interrupts on the board. 

The default example is an external interrupt. A multiple interrupt example 
is also included with this project. To view this example, the 'XIRQ0.c' C 
source file needs to be replaced with the appropriate C source file. 

Instructions to do this are as follows:

* In the Project Workspace window, right click on the 'XIRQ0.c'
  file in the 'C Source File' folder. 

* Select ' Remove 'XIRQ0.c' '.

* Right click on the 'C Source File' folder and select 'Add 
  files to Group 'C Source File' '.

* Choose the required file from the INT folder ('MultInt.c').

* Compile and run as normal.




⌨️ 快捷键说明

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