Hi
I‘m using C6657 communication with Altra Cyclone IV FPGA via PCIe, now C6657 register value are : OB_OFFSET_INDEX = 0x10000001, OB_OFFSET_HI = 0. and FPGA BAR0 = 0x10000000, BAR1 = 0x10400000;
Then I can write 512K bytes data 0x5a5a5a5a at address 0x60400000 via DSP core, and FPGA received correctly; but send these data via EDMA3, the data FPGA received are all 0xaaaaaaaa, and I changed data, FPGA received 0xaaaaaaaa as before. then I read from address 0x60400000, DSP occurred a PCIe_PMRST interrupt, who can help me?