Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI2C width problem...!
Hello, Suppose if slave device data width is 32 bit (means if we want to read it through i2c,slave device will output 32 bit data).But my I2C IP- receive register width is only 8 bit.so r...
Altera_Forum
Honored Contributor
15 years agoYes usually the slaves that give 16 or 32 bit values can be accessed using 2 or 4 8-bit reads without having to specify a new address for each byte. Just continue reading 8-bits values.