I2C Controller: I2C bus controller transmits 8-bit serial data to multiple targets.

Clone this repo:

Branches

  1. 3a07635 final gds oasis by Jeff DiCorpo · 2 years ago main
  2. dd00448 adding project data by ikarthikmb · 2 years, 1 month ago
  3. 106909d adding README by ikarthikmb · 2 years, 1 month ago

I2C - Inter Integrated Circuit

License UPRJ_CI Caravel Build

I2C Controller

I2C bus, the controller transmits 8-bit data with the target receiving those 8-bits.

Modes of Operation:

 #------------------------------------#
 | i_read 	| Controller 	| Target 		|
 |----------|-------------|-----------|
 | 0				| Transmit		| Receive 	|
 | 1				| Receive			| Transmit	|
 #------------------------------------#

Frequency of operation = 5 Mbps


References: