Forum Discussion

jpark198's avatar
jpark198
Icon for New Contributor rankNew Contributor
5 years ago
Solved

Why 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...