| 1 |
2 |
ZTEX |
<html>
|
| 2 |
|
|
<head>
|
| 3 |
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
| 4 |
|
|
<meta name="author" content="Stefan Ziegenbalg">
|
| 5 |
|
|
<meta name="keywords" content="ZTEX, FPGA, Microcontroller, FPGA Modules, USB Modules, Firmware-Kit, Cypress EZ-USB, Development Boards, Development Kits, Evaluation Boards">
|
| 6 |
|
|
<meta name="robots" content="all">
|
| 7 |
|
|
|
| 8 |
|
|
<title>ZTEX EZ-USB SDK - Documentation</title>
|
| 9 |
|
|
</head>
|
| 10 |
|
|
<body text="#202020" bgcolor="#f0f0f0" link="#2020a0" vlink="#a02020" alink="#208020">
|
| 11 |
|
|
|
| 12 |
|
|
<center>
|
| 13 |
|
|
<h1>ZTEX EZ-USB SDK - Documentation</h1>
|
| 14 |
|
|
</center>
|
| 15 |
|
|
|
| 16 |
|
|
<h2>Overview</h2>
|
| 17 |
|
|
The <a href="http://www.ztex.de/firmware-kit/index.e.html">ZTEX EZ-USB SDK</a> consists in two parts:
|
| 18 |
|
|
<ul>
|
| 19 |
|
|
<li>The Firmware Kit which is used for building the firmware for the EZ-USB device</li>
|
| 20 |
|
|
<li>The host software API written in Java.</li>
|
| 21 |
|
|
</ul>
|
| 22 |
|
|
<p>
|
| 23 |
|
|
The firmware built using the Firmware Development Kit supports an additional descriptor, the ZTEX descriptor 1. This descriptor
|
| 24 |
|
|
identifies the device and firmware, provides compatibility information (e.g. to avoid that a device is loaded with the wrong firmware)
|
| 25 |
|
|
and specifies the communication protocol. A description of the descriptor is given in <a href="java/ztex/ZtexDevice1.html">ZtexDevice1</a>.
|
| 26 |
|
|
<p>
|
| 27 |
|
|
The communication protocol defines how the functions provided by the firmware
|
| 28 |
|
|
can be accessed. Currently there is only one protocol implemented, the so called interface 1.
|
| 29 |
|
|
A description of the interface is given in <a href="java/ztex/Ztex1v1.html">Ztex1v1</a>.
|
| 30 |
|
|
|
| 31 |
|
|
<h2>Detailed documentations</h2>
|
| 32 |
|
|
<ul>
|
| 33 |
|
|
<li><a href="http://www.ztex.de/firmware-kit/index.e.html">Homepage of the ZTEX EZ-USB SDK (Overview, Downloads, Example, ...)</a>
|
| 34 |
|
|
<li><a href="java/index.html">Documentation of the Java API</a></li>
|
| 35 |
|
|
<li><a href="http://wiki.ztex.de/doku.php?id=en:start">Tutorials and Examples at the ZTEX Wiki</a>
|
| 36 |
|
|
</ul>
|
| 37 |
|
|
|
| 38 |
|
|
</body></html>
|
| 39 |
|
|
|