Forum Discussion
Altera_Forum
Honored Contributor
13 years agocan you easily tell which i2c requests are reads, and which are writes?
if you know that, you might be able to tell at which i2c clock edge to switch the the data line buffer direction. Do I really need to know this? If I implement another block that inputs two SDAs coming from the left side and coming from the right side and outputs one SDA that is really the SDA on the board) if(left_sda or right_SDA is low) => then output SDA on the board is low. else (In all other cases) => then output SDA on the board is high