blob: b6a77ff1ca7e37374e6c1a3333376b68c2dcae89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
<!DOCTYPE HTML>
<!-- Copyright (c) 2013-2014 Texas Instruments Incorporated. All rights reserved. -->
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<title>Form Parameter Error</title>
<link rel="stylesheet" type="text/css" href="styles.css"/>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
<script src="javascript.js" language="JavaScript1.2" charset="utf-8"></script>
</head>
<body>
<div id="heading">
<table width="100%">
<tr>
<td>
<a id="heading_ti" target="_" href="http://www.ti.com">
<img src="ti.jpg" alt="Texas Instruments">
</a>
</td>
<td width="100%">
<div id="heading_h1">
Tiva™ C Series TM4C129X Development Kit
</div>
<div id="heading_h2">
DK-TM4C129X
</div>
</td>
<td>
<a id="heading_tiva" target="_" href="http://www.ti.com/tiva">
<img src="tm4c.jpg" alt="TM4C">
</a>
</td>
</tr>
</table>
<hr><hr>
</div>
<div id="menu">
<ul>
<li><a href="about.htm" id="about">About TI</a></li>
<li><a href="overview.htm" id="overview">Tiva™ C Series Overview</a></li>
<li><a href="block.htm" id="block">TM4C129XNCZAD Block Diagram</a></li>
<li><a target="_" href="http://www.ti.com/tool/dk-tm4c129x">DK-TM4C129X Product Page</a></li>
<li><a target="_" href="http://www.ti.com/tiva-c">Tiva™ TM4C129x Family Product Page</a></li>
<li><a href="io_http.htm" id="io_http">I/O Control Demo 1<br>(HTTP Requests)</a></li>
<li><a href="io_cgi.ssi">I/O Control Demo 2<br>(SSI/CGI)</a></li>
</ul>
<img src="dk-tm4c129x.jpg" alt="DK-TM4C129X">
</div>
<div id="content">
<table width="100%">
<tbody>
<tr>
<td align="left" valign="top" width="75%">
<center>
<h2 align="center">Parameter Error</h2>
</center>
<hr size="2" width="100%">
<p align="center"></p>
<p align="center">Oops - one of the parameters sent to the board
<br>was either missing, invalid or out of range. </p>
<p align="center">Please try again!
<br>
</p>
</td>
</tr>
</tbody>
</table>
</div>
<div id="footing">
<hr><hr>
Copyright © 2013-2014 Texas Instruments Incorporated. All rights reserved.
</div>
</body>
</html>
|