blob: 341751a1defed6fc98fff54767ac880725ca6330 (
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
|
<!-- Copyright (c) 2013-2014 Texas Instruments Incorporated. All rights reserved. -->
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8869-1">
<link href="./styles.css" rel="stylesheet" media="screen">
<title>Tiva™ C Series Family Block Diagram</title>
<style type="text/css">
<!--
.diagram{
width:100%;
}
-->
</style>
</head>
<body>
<center>
<h1 align="center">Tiva C Series TM4C129x Family Block Diagram</h1>
<hr>
<p>
<img src="./images/tiva.jpg" class="diagram" alt="TM4C129X Block Diagram" title="Tiva™ C Series Block Diagram" align="center">
</p>
<p>
</center>
</body>
</html>
|