Line 1... |
Line 1... |
<html>
|
<html>
|
<head>
|
<head>
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
<meta name="author" content="Stefan Ziegenbalg">
|
<meta name="author" content="ZTEX GmbH">
|
<meta name="keywords" content="ZTEX, FPGA, Microcontroller, FPGA Modules, USB Modules, Firmware-Kit, Cypress EZ-USB, Development Boards, Development Kits, Evaluation Boards">
|
|
<meta name="robots" content="all">
|
<meta name="robots" content="all">
|
|
|
<title>ZTEX EZ-USB SDK - Documentation</title>
|
<title>ZTEX EZ-USB SDK - Documentation</title>
|
</head>
|
</head>
|
<body text="#202020" bgcolor="#f0f0f0" link="#2020a0" vlink="#a02020" alink="#208020">
|
<body text="#202020" bgcolor="#f0f0f0" link="#2020a0" vlink="#a02020" alink="#208020">
|
|
|
<center>
|
<center>
|
<h1>ZTEX EZ-USB SDK - Documentation</h1>
|
<h1>SDK for ZTEX FPGA Boards - Documentation</h1>
|
</center>
|
</center>
|
|
|
<h2>Overview</h2>
|
<h2>Overview</h2>
|
The <a href="http://www.ztex.de/firmware-kit/index.e.html">ZTEX EZ-USB SDK</a> consists in two parts:
|
The <a href="../">ZTEX EZ-USB FX2 SDK</a> consists in two parts:
|
<ul>
|
<ul>
|
<li>The Firmware Kit which is used for building the firmware for the EZ-USB device</li>
|
<li>The Firmware Kit which is used for building the firmware for the EZ-USB FX2 device</li>
|
<li>The host software API written in Java.</li>
|
<li>The host software API written in Java.</li>
|
</ul>
|
</ul>
|
<p>
|
<p>
|
The firmware built using the Firmware Development Kit supports an additional descriptor, the ZTEX descriptor 1. This descriptor
|
The firmware built using the Firmware Development Kit supports an additional descriptor, the ZTEX descriptor 1. This descriptor
|
identifies the device and firmware, provides compatibility information (e.g. to avoid that a device is loaded with the wrong firmware)
|
identifies the device and firmware, provides compatibility information (e.g. to avoid that a device is loaded with the wrong firmware)
|
Line 28... |
Line 27... |
can be accessed. Currently there is only one protocol implemented, the so called interface 1.
|
can be accessed. Currently there is only one protocol implemented, the so called interface 1.
|
A description of the interface is given in <a href="java/ztex/Ztex1v1.html">Ztex1v1</a>.
|
A description of the interface is given in <a href="java/ztex/Ztex1v1.html">Ztex1v1</a>.
|
|
|
<h2>Detailed documentations</h2>
|
<h2>Detailed documentations</h2>
|
<ul>
|
<ul>
|
<li><a href="http://www.ztex.de/firmware-kit/index.e.html">Homepage of the ZTEX EZ-USB SDK (Overview, Downloads, Example, ...)</a>
|
<li><a href="http://www.ztex.de/firmware-kit/index.e.html">Homepage of the SDK for ZTEX FPGA Boards (Overview, Downloads, Example, ...)</a>
|
<li><a href="java/index.html">Documentation of the Java API</a></li>
|
<li><a href="java/index.html">Documentation of the Java API</a></li>
|
<li><a href="http://wiki.ztex.de/doku.php?id=en:start">Tutorials and Examples at the ZTEX Wiki</a>
|
<li><a href="http://wiki.ztex.de/doku.php?id=en:start">Tutorials and Examples at the ZTEX Wiki</a>
|
</ul>
|
</ul>
|
|
|
</body></html>
|
</body></html>
|