I2C w/ Ti C2000 DSP F2808
Posted: Wed May 30, 2007 8:42 am
Hi,
I am having some problems getting a LK204-25-GW to work over an I2C interface. I have attached a screen shot of the slave address. I never receive an ACK, so the I2C module on the dsp does not send the data in its FIFO.
//Setup slave address
I2caRegs.I2CSAR = 0x50;
I2caRegs.I2CDXR = 0xFE; // address
I2caRegs.I2CDXR = 0x58; // clear lcd command
Any ideas??
Does anyone have some code for a C2000 series dsp from Ti??
I have configured the jumpers on the Rev 2 board for I2C
I am having some problems getting a LK204-25-GW to work over an I2C interface. I have attached a screen shot of the slave address. I never receive an ACK, so the I2C module on the dsp does not send the data in its FIFO.
//Setup slave address
I2caRegs.I2CSAR = 0x50;
I2caRegs.I2CDXR = 0xFE; // address
I2caRegs.I2CDXR = 0x58; // clear lcd command
Any ideas??
Does anyone have some code for a C2000 series dsp from Ti??
I have configured the jumpers on the Rev 2 board for I2C