Search found 3 matches

by JonQC2
Wed May 30, 2007 12:17 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: I2C w/ Ti C2000 DSP F2808
Replies: 4
Views: 8104

Thanks!! Works great with the correct address!! :D
by JonQC2
Wed May 30, 2007 9:46 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: I2C w/ Ti C2000 DSP F2808
Replies: 4
Views: 8104

Hi Raquel,

Attached is another scope capture...

Also, what is the max freq I can run the SCL line at?

Thanks

John
by JonQC2
Wed May 30, 2007 8:42 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: I2C w/ Ti C2000 DSP F2808
Replies: 4
Views: 8104

I2C w/ Ti C2000 DSP F2808

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 ...