URL
https://opencores.org/ocsvn/i2c/i2c/trunk
[/] [i2c/] [web_uploads/] [index_orig.shtml] - Blame information for rev 70
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
70 |
root |
<!--# include virtual="/ssi/ssi_start.shtml" -->
|
2 |
|
|
<b><font size=+2 face="Helvetica, Arial"
|
3 |
|
|
color=#bf0000>Project Name: I2C controller core</font></b>
|
4 |
|
|
<p>
|
5 |
|
|
<font size=+1><b>Description</b></font>
|
6 |
|
|
<P>
|
7 |
|
|
I2C is a two-wire, bidirectional serials bus that provide a simple, efficient method of data exchange between devices.
|
8 |
|
|
<BR>
|
9 |
|
|
You can find I2C specification on <A HREF=http://www-us.semiconductors.philips.com/acrobat/various/I2C_BUS_SPECIFICATION_3.pdf> Phillips web Site</A>.
|
10 |
|
|
<BR>
|
11 |
|
|
<p>
|
12 |
|
|
<font size=+1><b>What you get</b></font><p>
|
13 |
|
|
The simplest master I2C ever built! Requirement is low gate count so features are restricted:<BR>
|
14 |
|
|
<UL>
|
15 |
|
|
<LI>No Multimaster operation
|
16 |
|
|
<LI>No FIFO
|
17 |
|
|
<LI>No slave mode
|
18 |
|
|
</UL>
|
19 |
|
|
|
20 |
|
|
<BR>
|
21 |
|
|
The processor interface is composed of four registers:
|
22 |
|
|
<UL>
|
23 |
|
|
<LI>Timing Register (TR)
|
24 |
|
|
<LI>Control Register (CR)
|
25 |
|
|
<LI>Status Register (SR)
|
26 |
|
|
<LI>Data Register (DR)
|
27 |
|
|
</UL>
|
28 |
|
|
This is a copy of <I>ColdFire</I> MBUS Interface Programmer's Model from Motorola.
|
29 |
|
|
<P>
|
30 |
|
|
|
31 |
|
|
There is the preliminary block diagram :
|
32 |
|
|
<img src="Block.gif" border="0" ><br>
|
33 |
|
|
The design is fully synchronous, only one clock. The Timing register fix the output rate of the I2C bus.
|
34 |
|
|
<br>
|
35 |
|
|
The bus interface is not specified at this time and it would be either OR1K specific bus or APB (from AMBA specification).
|
36 |
|
|
<P>
|
37 |
|
|
|
38 |
|
|
Current Status:
|
39 |
|
|
<ul>
|
40 |
|
|
working on functional and design specifications
|
41 |
|
|
</ul>
|
42 |
|
|
<p>Maintainer(s):
|
43 |
|
|
<ul><a href=mailto:f.renet@mipsys.com_NOSPAM>Frédéric Renet</A></ul>
|
44 |
|
|
<p>Mailing-list:
|
45 |
|
|
<ul><a href=mailto:cores@opencores.org_NOSPAM>cores@opencores.org_NOSPAM</A></ul>
|
46 |
|
|
|
47 |
|
|
|
48 |
|
|
<!--# include virtual="/ssi/ssi_end.shtml" -->
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.