I'm running a data copy program on DM6467 EVM and
having some trouble with cache and DMA.
The data section is from DDR to DDR, like from 0x88000000 to 0x88018700.
When I do not enable caching, DMA works fine.
Once caching enabled, DMA copies nothing from src to dst,
but it's OK with memcpy().
So how can I enable cache and DMA function at the same time ?
Thanks a lot.