readme.txt

来自「AT91SAM9261_EK范例程序」· 文本 代码 · 共 37 行

TXT
37
字号
########################################################################
#
#                         AT91SAM9261_leds_blink.eww
#
#                                                   $Revision: 1.1 $
#
########################################################################


DESCRIPTION
===========
This example project shows how to use the IAR Embedded Workbench for ARM
to develop code for the Atmel AT91SAM9261 evaluation boards.
It shows basic use of parallel I/O, timer and the interrupt controller.

It starts by showing different patterns on the LED's separated by half second.

COMPATIBILITY
=============
The project is compatible with the AT91SAM9261-EK board.

GETTING STARTED
===============
Start the IAR Embedded Workbench for ARM.
Select File->Open->Workspace...
Open the workspace file

JTAG
====
Build the project.
Select Project->Options...
In the category field select C-SPY.
In the setup tab set driver to Macraigor, J-Link or RDI depending on your JTAG hardware.
Start the debugger.
The board may require special setup in a C-SPY macro before the code is downloaded
by the debugger.

⌨️ 快捷键说明

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