Hi,
The customer write data to 0x80010000 from FPGA to DSP by SRIO. Then DSP copy data from 0x80010000 to 0x90000000 by memcpy. But the data wrong unless he used CACHE_invL1d() in 0x80010000. His DDR3 is non-cacheable. Please help explain in detail.