Forum Discussion

Zhilang_X_Intel's avatar
Zhilang_X_Intel
Icon for New Contributor rankNew Contributor
6 years ago

Failure of modification to altera example an494 with register adddress.

I use the an494 design example to GPIO Pin Expansion Using I2C Bus Interface in Altera MAX V and the connection works well between the slave MAX V and my master device, but it only have function with slave address and byte data, don't have register address matching logic. So I modify the logic by adding register address logic, but it doesn't work.

2 Replies

  • Rahul_S_Intel1's avatar
    Rahul_S_Intel1
    Icon for Frequent Contributor rankFrequent Contributor

    Hi,

    In this app note there only one slave contains only 7'h0 , so no register address is required.

    Regards,

    Rahul S

    • Zhilang_X_Intel's avatar
      Zhilang_X_Intel
      Icon for New Contributor rankNew Contributor

      I want to know why my verilog file failed with adding register address.