Object: Communication PCIe between DSP as RC and DSP as EP via BOC
Hi,
in the example: C:\Program Files\Texas Instruments\pdk_C6678_1_0_0_17\packages\ti\drv\pcie\example\sample\pcie_sample.c
the EP did config successfully and wait for link training..
at the same, RC did config => link is up..
So in this step we have a problem, basically the RC will send data to EP
/* Wait for a single message from the RC then echo it back */
/* EP waits for the data received from RC */
so we are blocked here??!!!!...and we cannot reach:
"End Point received data.\n"
"End Point sent data to Root Complex, completing the loopback.\nEnd of Test"