Difference between revisions of "Embedded System I2C Tutorial"
From Embedded Systems Learning Academy
Proj user10 (talk | contribs) (→Assignment Outline) |
|||
Line 1: | Line 1: | ||
+ | Socialledge is moving to two portals. | ||
+ | * The Wiki will remain here for general references about the SJ-One board, and to document student reports. | ||
+ | * The bookstack will now be used for SJSU assignments | ||
+ | |||
+ | [http://books.socialledge.com/books/embedded-drivers-real-time-operating-systems/chapter/lesson-i2c This article has been moved here] | ||
+ | |||
+ | <!-- | ||
== Theory of Operation == | == Theory of Operation == | ||
I2C is prounced "eye-squared see". It is also known as "TWI" because of the intial patent issues of this BUS. This is a popular, low throughput (100-1000Khz), half-duplix BUS that only uses two wires regardless of how many devices are on this BUS. Many sensors use this BUS because of its ease of adding to a system. | I2C is prounced "eye-squared see". It is also known as "TWI" because of the intial patent issues of this BUS. This is a popular, low throughput (100-1000Khz), half-duplix BUS that only uses two wires regardless of how many devices are on this BUS. Many sensors use this BUS because of its ease of adding to a system. | ||
Line 204: | Line 211: | ||
* Follow your diagram and figure out how to make the I2C slave state machine walk through to read and write registers | * Follow your diagram and figure out how to make the I2C slave state machine walk through to read and write registers | ||
<BR/> | <BR/> | ||
+ | --> |
Latest revision as of 20:06, 25 January 2019
Socialledge is moving to two portals.
- The Wiki will remain here for general references about the SJ-One board, and to document student reports.
- The bookstack will now be used for SJSU assignments
This article has been moved here