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.

TMS320DM368:i2c

Other Parts Discussed in Thread: TVP5150

我在使用TMS320DM368的时候:发现sersor如果是TVP5150的话,应用层的i2c读写没有任何问题;但在使用的sersor是ADV7441A的时候,应用层的i2c写没有任何问题,但i2c读就会出现错误返回。

我使用的是IPNC_RDK5。

在对比TVP5150和ADV7441A的i2c时序以后,发现TVP5150在读的时序中多了一个主机STOP信号,如下图:

想请教一下怎么样在i2c_davinci.c这个文件中修改i2c读的时序,将这个stop给去掉?