I'm trying to establish I2C communication between the DSK C6713 and a PIC18F4523. The PIC will act as a master transmitter and the DSK will be the slave reciever. My problem is that I do not know how to use the functions that are described in the I2C manual http://focus.ti.com.cn/cn/lit/ug/spru175d/spru175d.pdf I'm aware that I have to set up the OWN ADDRESS REGISTER (I2COAR) but as far as initialization goes, I am clueless as to what to do in Code Composer Studio. Can anyone provide any example code used to implement the receiving end of I2C on the DSK C6713 for Code Composer Studio?