As I am a beginner in Zedboard - Zynq®-7000
I need to know
How should I install the I2C library in zedboard to create the communication between I2C sensors and Zedboard
Is there any tutorial which will guide us to use the I2C protocol with Zedboard
your suggestions will be very helpful
Thank you
- Home
- Products
- UltraZed
- Ultra96
- Zynq UltraScale+ RFSoC Dev Kit
- Zynq Mini-ITX
- Picozed
- Microzed
- MiniZed
- ZedBoard
- Accessories
- Obsolete-Families
- Applications
- Support
- Projects
Moderator(76)
Hello Bart,
You need to make a vivado project to add a I2C controller. The controller can either be in the programmable logic or the Processing System. THen when you export your bitstream to SDK the drivers will be imported into your project.
--Josh
Junior(0)
Any tutorial for learning about Vivado project to add I2C Controller ???
My major aim is to interface zedboard montoring system using Sensor with 4-20mA transmitter
Moderator(76)
Hi Bart,
Please refer to Tutorial 07 and 08 http://zedboard.org/support/design/18891/146
These two tutorials showcase using either a PS or PL I2C controller.
--Josh