📄 index.html
字号:
<html>
<head>
<title>Procyon ARMlib-LPC2100 - C-Language Function Library for Philips LPC2100 ARM7TDMI Processors</title>
</head>
<body>
<!--#config timefmt="%A %B %d, %Y" -->
<h1 align="center"><font color="#990000"><b><font color="#0066CC">Procyon ARMlib-LPC2100</font></b></font><font size="4" face="Arial" color="#990000"><b><br>
</b></font><font size="4" color="#990000"><b>C-Language Function Library for
Philips LPC2100 ARM7TDMI Processors</b></font></h1>
<center>
Written by Pascal Stang | Updated:
<!--#echo var="LAST_MODIFIED" -->
</center>
<hr>
<ul>
<li><strong><font color="#FF0000">ARMlib is in a PRE-RELEASE version at the
moment. Nonetheless, many components are useful.</font></strong></li>
<li><b>ARMlib is a library of easy-to-use C functions for a variety of common
and uncommon tasks using Philips LPC2100 ARM7TDMI processors. </b></li>
<li>The goal of ARMlib is to allow programmers to work quickly towards their
end goal by reducing the time needed to write basic support functions and
code. </li>
<li> Most ARMlib header (*.h) files have lengthy descriptions of how to use
the supplied library functions. All code (*.c) files are heavily commented
with additional information. </li>
<li> Documentation is still being improved and refined on many libraries. When
getting familiar with a library, look first at the HTML docs and any example
code that is available in the examples directory. Then look inside the *.h
and *conf.h files, and then the *.c file for that library for more details
and documentation.</li>
<li> Some example code is included in <i>armlib.zip.</i> The example code is
heavily commented and strives to illustrate how to use various ARMlib function
libraries.</li>
<li><font color="#FF0000"><strong>Download ARMlib (with docs and code examples)</strong>
</font>
<ul>
<li><a href="armlib.zip">ARMlib-LPC2100 (zip file, 400KB,
<!--#flastmod virtual="armlib.zip"-->
)</a></li>
</ul>
</li>
<li><a href="docs/html/index.html">On-line HTML Documentation</a></li>
<li> <a href="release_notes.html">Release Notes</a></li>
<li> <a href="install.html">ARMlib Install Guide</a> for manual installation
of zip file</li>
</ul>
<hr>
<div align="center">
<h3><font color="#0066CC"><b>Procyon ARMlib Overview</b></font></h3>
</div>
<table border="1" width="100%">
<tr>
<td width="50%" bgcolor="#3C2D74"><font color="#FFFFFF"><b>General</b></font></td>
<td width="50%" bgcolor="#3C2D74"><font color="#FFFFFF"><b>LPC2100/ARM Built-In
Peripheral Drivers </b></font></td>
</tr>
<tr>
<td width="50%">
<ul>
<li>Byte Buffering (circular)</li>
<li>Printf and other formatted print functions</li>
<li>VT100 Terminal Output</li>
<li>FAT16/32 File System (support is read-only for now)</li>
<li>STX/ETX Packet Protocol</li>
</ul>
</td>
<td width="50%">
<ul>
<li>Timers (with PWM, interrupt management)</li>
<li>UART (interrupt driven)</li>
<li>I2C Master/Slave (interrupt and non-intr)</li>
<li>SPI Interface</li>
</ul>
</td>
</tr>
<tr>
<td width="50%" bgcolor="#3C2D74"><font color="#FFFFFF"><b> External Hardware
Device Drivers</b></font></td>
<td width="50%" bgcolor="#3C2D74"><font color="#FFFFFF"><b>ARM Software-Emulated
Devices</b></font></td>
</tr>
<tr>
<td width="50%"><ul>
<li>IDE/ATA Interface (for hard disks and CF cards)</li>
<li>Software-driven Memory Bus (as on ARMmini-LPC210x board)</li>
<li>FTDI FT245 USB Interface Driver</li>
<li>AD9854 Direct Digital Synthesizer</li>
<li>AD6620 Digital Decimating Receiver</li>
</ul>
</td>
<td width="50%"> </td>
</tr>
</table>
<hr>
<center>
Written by Pascal Stang | Updated:
<!--#echo var="LAST_MODIFIED" -->
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -