How to do read operation using opencore i2c ip drivers?
In my design, I use opencore i2c ip for my i2c interface. This core provides the drivers which includes I2C_init, I2C_start, I2C_read, I2C_write. The writing operation is straightforward but s...