?? getting-started-project.html
字號:
?<!DOCTYPE PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Atmel Corporation - Getting Started 1.4</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<h1>Getting Started with AT91 Microcontrollers 1.4</h1>
<div id="breadcrumb">
<a href="../index.html">Main</a> >
<a href="getting-started.html">Getting Started</a> >
Getting Started Project
</div>
<h2>Purpose</h2>
<p>
The Getting Started project will help new users get familiar with Atmel's
AT91 family of microcontrollers. This basic application shows the startup
sequence of a chip and how to use its core peripherals.
</p>
<h2 class="requirements">Hardware Requirements</h2>
<p class="requirements">
This package can be used with all Atmel evaluation kits.
</p>
<h2>Description</h2>
<p>
The demonstration program makes two LEDs on the board blink at a fixed rate.
This rate is generated by using a timer for the first LED; the second one
uses a Wait function based on a 1 ms tick. The blinking can be stopped using
two buttons (one for each LED).
</p>
<h2>Usage</h2>
<ol>
<li>
Build the program and download it inside the evaluation board. Please refer
to the <a href="http://www.atmel.com/dyn/resources/prod_documents/doc6132.pdf">SAM-BA User Guide</a>,
the <a href="http://www.atmel.com/dyn/resources/prod_documents/doc6310.pdf">GNU-Based Software Development</a>
application note or to the <a href="http://www.iar.se/website1/1.0.1.0/78/1/index.php?">IAR EWARM User Guide</a>,
depending on your chosen solution.
</li>
<li>
On the computer, open and configure a terminal application
(e.g. HyperTerminal on Microsoft Windows) with these
settings:
</li>
<ul>
<li>115200 bauds</li>
<li>8 bits of data</li>
<li>No parity</li>
<li>1 stop bit</li>
<li>No flow control</li>
</ul>
<li>
Start the application.
</li>
<li>Two LEDs should start blinking on the board. In the terminal window, the
following text should appear (values depend on the board and chip used):</li>
<blockquote>
<code>
-- Getting Started Project 1.4 --<br />
Board : AT91*****-**, Chip ID : 0x********
</code>
</blockquote>
<li>
Pressing button #1 should make the first LED stop & restart blinking; same
for button #2 with the second LED.
</li>
</ol>
<h6>Atmel Corporation ?2008</h6>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -