Forum Discussion
intel Cyclone 10 GX NIOS-II I2C Slave problem
- 3 years ago
Hi,
We do not have an I2C slave IP unfortunately, but with the I2C Host IP in your design, other peripherals connected to the I2C are considered as the slaves already.
Maybe you could try to determine the master and slave by determining what devices will be connected to the I2C bus, which will be the master and what is the use case.
Hope this could clear your doubts. Thank you.
Regards,
Kelly
Hi,
Greetings and welcome to Intel' forum.
You may refer to this link to include the library and interface with the IP with the following function calls.
https://www.intel.com/content/www/us/en/docs/programmable/683130/22-1/fpga-i2c-host-core-api.html
You may also refer to this link for pin definition:
https://www.intel.com/content/www/us/en/docs/programmable/683130/22-1/interface-13852.html
Thank you.
Regards,
Kelly
Hi Kelly
Thanks for your reply.
Can the IP group of fpga-i2c-host-core-api be used as an I2C Slave?
I Saw that the naming method of IP contains "HOST".
I thought HOST meant I2C Master.