This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

I2C kernel Error

Other Parts Discussed in Thread: MSP430F2122

I am getting following kernel error when I am running a test program that communicate with MSP430 via i2c.

DaVinci I2C WARNING: i2c: cmd complete failed: complete = 0x0,
 icstr = 0x1410

DaVinci I2C WARNING: i2c: AL detected
DaVinci I2C WARNING: i2c: AL detected
DaVinci I2C WARNING: i2c: AL detected
DaVinci I2C WARNING: i2c: AL detected

 

when I execute this test program next time, then i am getting following error:-

DaVinci I2C WARNING: timeout waiting for bus ready

 

I am using DM6446 and MSP430F2122.

 

How can i resolve this problem.