Hello,
I have a system with a PCIE switch and 2 C6678 EVM boards connected to its ports .. actually the PC is the root complex (RC) (which performs enumerations of attached devices) and the 2 C6678 boards are considered as end-points (EP) ..
My question is : how could I alter the PCIE LLD example to perform a communication bewteen the 2 C6678 boards ?
I know that the provided example is configured by default to establish a communication between a RC and an EP (peer-to-peer). What if I changed the code so that both are EPs, with one device sending data and the other listening for data arrival ? could that configuration works ?
Thanks a lot for your help