?? readme.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 + -