Hello TI community,
Currently I'm working on a project where a fast communication between a c6670 DSP and the Kintex 7 FPGA must be carried out. Our group decided to do this communication using the PCIe protocol since both EVM boardshave the PCIe interface.
So we basically designed a PCB to connect the boards but we encountered the communication wasn't working. After some reading we discovered the Kintex 7 EVM needs an external reference clock of 100MHz to get the PCIe communication work properly. Unfortunately the c6670 EVM does not provide this clock because for some reason I still don't understand, the refclk it has only works as an input and it does not have any clk output that can supply this reference clock needed by the FPGA. So I have some questions:
- Is it necessary to use a SSC Clock reference to make a PCIe communication?
- Can one use a simple 100MHz clock as a reference for both EVMs?
- Beside the clock and the DC-blocking capacitors, do I need another IC for my communication to work properly?