anadera Posted November 14, 2016 Posted November 14, 2016 Hi there. I am learning on a course of digital design and computer architecture using your Digilent PmodCDC1. I have to develop a controller for it. So I started finding information with your website. Here itis a web page with PmodCDC1 manual: https://reference.digilentinc.com/pmod/pmod/cdc1/ref_manual. Unfortunately, in additional information paragraph links with important information are empty: https://reference.digilentinc.com/pmod/pmod/cdc1/user_guide https://reference.digilentinc.com/pmod/pmod/cdc1/example_code I am new in this area, so developing controllers is not my talent. Could you please add this information so that users like me could have a base for future education and development? Sincerely yours, Anzhelika
jpeyron Posted November 14, 2016 Posted November 14, 2016 Hi anadera, I will point this discrepancy out and pass on you request. In the mean time on the bottom of the page here under example projects is a project using the chipKit UC32 with the PmodCDC1. Here is the most updated reference manual I was able to find. It includes how to interface with the Pmod and an Example of Continuous Read with Default Settings section as well. Hope this helps! cheers, Jon
anadera Posted November 14, 2016 Author Posted November 14, 2016 Hi jpeyron, Thak you for your help. As I see, the example is written using the c++ pmod library. I have to write a module on another language without libraries. Can I find a library source? UPD Stupid me, find a header.
jpeyron Posted November 14, 2016 Posted November 14, 2016 Hi Anadera, Typically, we make our libraries using the IC's reference manual like here for the PmodCDC1. Unfortunately, I am not finding any other information available other than what is on the web site. What language are you using? Here is an example using fpga's with the PmodCDC1. Here is an example using C. cheers, Jon
anadera Posted November 14, 2016 Author Posted November 14, 2016 Hi jpeyron, I am using Verilog. The problem I face with is I have no idea how to link i2p interface (like here https://github.com/alexforencich/verilog-i2c ) and my code. I need a start push, you know. Thanks, Anzhelika
jpeyron Posted November 14, 2016 Posted November 14, 2016 Hi Anzhelika, I haven't found anything with verilog but Here is code that is in vhdl that uses i2c and the PmodAD2 for reference as how to connect it. cheers, Jon
Recommended Posts
Archived
This topic is now archived and is closed to further replies.