readme.txt

来自「This directory contains an example ADSP-」· 文本 代码 · 共 31 行

TXT
31
字号
This example is taken from the ADSP-BF533 Ez-Kit Lite examples directory found in:
C:\Program Files\Analog Devices\VisualDSP 3.5 16-Bit\Blackfin\EZ-Kits\ADSP-BF533\Examples\Blink\ASM
This is the example project that is used (with Init Code) within EE-240, ADSP-BF533 Blackfin Booting Process 
to explain the details of each boot mode.


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 + =
减小字号Ctrl + -
显示快捷键?