Forum Discussion
druva1
Occasional Contributor
6 years agoi2c Master- i2c to slave (avalon mm bridge) error
Hi, I have a Max10 Board, first I set it up as a Master (i2c core) and an Arduino Board as a slave, I successfully send and received data. But when I wanted to add a RAM memory connected to a i2c s...
EricMunYew_C_Intel
Frequent Contributor
6 years agoHi, Daysi
You may refer to page 190 - 199 of below.
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_embedded_ip.pdf
There are 3 bits of stealing address which you can enable or disable in the control byte.
Please follow the read and write protocol of the IP. And you will need to modify the interface of the I2C of the IP to off chip.
Thanks.
Eric