Other Parts Discussed in Thread: TMS320F2808, PCA9517
Hello,
I'm having problems with the I2C communication with the TMS320F2808 ..The Slave is never answering to his slave address. I'm using the code example for this device (2808): FIFO mode. with the only change is that i haved to activate the nack interruption to clear the bb bit... because each time after send the slave address, the nack interruption flag goes to 1 and the communication is stoped. With the nack interruption activated i can clear the bb bit, and try again the communication. However the slave is never responding to his address (0x02) ... Why the slave is no responding to his address?. I guessed it was because the voltage level difference (2808 3.3v and slave 5v) so i put a buffer (an 74LVC4245) but it still doesnt work.
Any ideas?
thanks,
Eduardo
..