jpark198
New Contributor
5 years agoWhy I2C Master core not work?(MAX10)
I use DE10-LITE board. I try to use I2C for connect with external ROM. In QSYS, I set up NIOS and I2C Master Core. it is my code GPIO(0) <= '0' WHEN SDA_OE = '1' ELSE 'Z'; GPIO(1) <= '0' WHEN SC...
- 5 years ago
I recommend to check out this example of Master-Slave https://www.macnica.co.jp/business/semiconductor/articles/intel/129485/
is in Japanese but you can get the example files and then translate the bits that you do not understand, the example worked for me.