Hi,
I have a question about the I2C bus.
In our system, there are two am3352 board (board A and board B)connected with I2C. And in our program, the two am3352s was both set in "master transmitter".
My Question: What should be do in the situation as below?
When the "board A" generate "Start Condition"(I2C_IRQENABLE_SET.STT=1), the "board B" has generated the "Start Condition already, so the "board A" could not generate it successfully, and the I2C_IRQENABLE_SET.STT does not become "0".
In this situation, must I reset the I2C module?
I can not find any description about the step when the I2C_IRQENABLE_SET.STT does not become "0".
Thanks!
Yin