Other Parts Discussed in Thread: SYSBIOS
Good day!
I have evm6678le and Xilinx vc707 boards. I have code in CCS which writes some data from evm6678 to vc707 by PCIe interface and then reads data from vc707 with verifying. I can see correct data in vc707 memory after writing. But in evm6678 data which were read from vc707 are incorrect. Can anyone check code? Am I performed reading correctly?
unsigned int* pciebase;
pciebase = 0x60000000;
unsigned int* srcbuf[N];
for ...
srcbuf[i] = *( (volatile uint32_t *) pciebase + i);