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.