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.

请教一个关于28335上I2C的问题



利用28335上的I2C与外围器件通讯,运行方式是FIFO、非中断

random read 的格式是

start + slave addr + A + rom addr + A + Restart + slave addr + data(n) + A(n) + P

现在的问题是似乎找不到一个信号表示收到了rom addr  后面的那个ACK

因为是FIFO模式,检查I2CSTR中的NACK似乎不起作用

有什么方法呢?