Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers

I2C Query

Altera_Forum
Honored Contributor II
1,056 Views

Hi every body, 

 

I am working on Altera FPGA and i have to implement I2C in FPGA can any body explain me how to implement the I2C protocol in the FPGA and ant one tell me where i can get code for the I2C(Master/Slave) to implement in my FPGA
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
376 Views

I2C protocolis rather easy and can be imlemented from the scratch jsut using the Philips/NXP specification http://www.nxp.com/acrobat_download/usermanuals/um10204_3.pdf to my opinion. 

 

Typically, you need either master or slave functionality only in a design. www.opencores.org has some I2C designs, also the Terasic design examples contain an I2C master.
0 Kudos
Reply