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

📄 readme.txt

📁 使用ADSP-BF533的例子源代码
💻 TXT
字号:
****************************************************************************************************

ADSP-BF533 EZ-KIT Lite Blink LEDs Example

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

Date Created:	3/27/03

____________________________________________________________________________________________________

This directory contains an example ADSP-BF533 blink led project that initializes the flash.
Because the LEDs are linked to the flash rather than to the DSP, the flash must be set in order to 
blink the LEDs.


Files contained in this directory:

ADSP-BF533_EZ-KIT_BlinkLeds.dpj		VisualDSP++ project file
main.asm							assembly file that toggle the LEDs
BF533_EZ-KIT_Flash_Setup.asm		assembly file for flash setup
startup.asm							assembly file for initial startup conditions
startup.h							Headerfile file for intial start up conditions	
readme.txt							this project description file
ADSP-BF533_ASM.ldf					linker description file
____________________________________________________________________________________________________


CONTENTS

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


I.    FUNCTIONAL DESCRIPTION

This code toggles the LEDs.
 
This example utilizes the flash on the EZ-KIT to access the LEDs.


II.   IMPLEMENTATION DESCRIPTION


The main file calls:

1. the Flash_Setup subroutine to initialize the flash.


III.  OPERATION DESCRIPTION

- Check SW9 settings on BF533 EZ-KIT.  Pins 1-4 should be ON.
- Open the project "ADSP-BF533_EZ-KIT_BlinkLeds.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.
- The LEDs should be toggling.  Press either SW4, SW5, SW6, or SW7 for different LED toggling patterns.


⌨️ 快捷键说明

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