PDA

View Full Version : I²C Interface on PIC


CBM3
11-01-2003, 08:23 PM
Anyone knows how to program PIC's I²C interface? I'm trying to use a EEPROM as extrenal device for my PIC via I²C interface.

SPI will work too. Please post some sample codes for me. Thanks

Jeremy Roberts
11-01-2003, 09:19 PM
Here are some short notes on it. Go the bottom of the page on the link below and click on the last 2 dealing with I2C on the PIC18F452 (should be the same as on the one in the IFI controller - PIC18F852).

http://piclab.ece.gatech.edu/projects.html

<edit>
There are code examples here (http://www.picbook.com/downloads.html) . (may be in ASM)
Go down under Book Examples and look for Chapter 17 or I2C.
</edit>

Rickertsen2
11-01-2003, 10:28 PM
Here is a whitepaper:
http://www.microchip.com/download/appnote/pic16/00735a.pdf

All the code is in assembly, but c18 supports inline assemly if you know it. Hope this Helps.