santosh2uu2
New Contributor
9 months agoIssue with I2C1 on Cyclone V HPS (DE1 SOC board)
We aim to communicate with an external peripheral via the LTC header (pins 7, 4) using I2C communication. As per the datasheet we have to use I2C1 (0xFFC05000) of the DE1 SOC board.
For I2C1 (0xFFC05000) in the Qsys we have set the multiplexer as (I/O Set 0) . The pin mux table and assignments have been thoroughly verified against our schematic, yet we see no activity on the bus
We are able to detect the I2Cs available. Please see attached image.
But while writing to another slave we get "controller timed out."
Key Observations: I2C0 (0xFFC04000), which remains internal to the SOM, works fine (e.g., communicating with a G-sensor or an audio/video decoder).
We need help figuring this out