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

📄 readme.txt

📁 ADI-BF533 DSP的启动初始化配置源代码
💻 TXT
字号:
****************************************************************************************************

ADSP-BF533 EZ-KIT Lite FIO pins, Interrupts, and Timer in C

Analog Devices, Inc.
DSP Division
Three Technology Way
Norwood, MA 02062

Date Created:	3/31/03

____________________________________________________________________________________________________

This directory contains an example ADSP-BF533 project that shows how Programmable Flag pins (FIO),
Interrupts, and Timer can be configured in C. It also demonstrates the access to the LEDs
on the EZ-KIT Lite, which are connected to the on-board Flash.


Files contained in this directory:

BF533 Flags C.dpj			VisualDSP++ project file
main.c						C file containing the main program and variable declaration
Initialisation.c			C file containing all initialization routines
ISRs.c						C file containing the interrupt service routines for Timer and FIO
BF533 Flags.h				C header file containing prototypes and macros
readme.txt					this project description file
____________________________________________________________________________________________________


CONTENTS

I.	FUNCTIONAL DESCRIPTION
II.	IMPLEMENTATION DESCRIPTION
III.OPERATION DESCRIPTION


I.    FUNCTIONAL DESCRIPTION

This example demonstrates the initialization of the EBIU (asynchronous access), Timer 0, FIO pins,
Interrupts and the on-board Flash, which allows access to the six LEDs on the EZ-KIT.
The program simply turns on one LED and rotates the pattern left or right, depending on the state of
an internal flag. The switch connected to PF8 (SW7) can be used to toggle the state of this flag,
which results in a change of direction of the moving light.
 


II.   IMPLEMENTATION DESCRIPTION

The main file calls:

1. FIO setup
2. Timer setup 
3. EBIU setup 
4. Flash setup
5. Interrupt configuration
6. Endless loop waiting for Timer interrupt or Flag interrupt

III.  OPERATION DESCRIPTION

- Make sure that switch SW9 pin1 is turned on (connects switch SW7 to pin PF8)
- Open the project "BF533 Flags C.dpj" in the VisualDSP Integrated Development Environment (IDDE).
- Under the "Project" tab, select "Build Project" (program is then loaded automatically into DSP).
- Select "Run" from the "Debug" tab on the menu bar of VisualDSP.
- Toggle the direction of the moving light using the switch connected to PF8
  (and watch the LEDs)


⌨️ 快捷键说明

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