hello,
I have two EVMB c6678. my goal is to make PCIe transactions between these two boards. (e.g: memory write)
through a PCIe switch.
I used the example provided by TI (PCIe_sample) that dedicated to direct communication between two DSP Shannon.
I configured a DSP as a RC and the other as an EP then I connected the RC to upstream port on the switch and the EP to the dowstream port.
so I tried to transmit data from L2 in the RC DSP to the EP DSP using the same program (PCIe_sample), but the transaction failed and the data are not received at EP.
do I need to change some things in code?
is the enumuration done automatically by the DSP RC?
is it necessary to use the LLD for programming PCIe in DSP? otherwise, if you can help me with a simple example for the configuration of both DSP and doing PCIe transactions between them.?
thank you in advice,