I am facing a problem in data transfer using DMA.
Working on TI5416 simulator.
I have tested a data transfer using DMA with both Source and Destination data address in internal RAM, (DATA space).
But for my application Source should be external memory mapped device.
I have used following project example
i,e .......\examples\dsk5416\csl\
This project as it is runs well but if i change source address as external memory then '0' s are transferred.
I have used internal address for Source 0x4000 in data space, works well.
I have used external address for Source 0x8000 in data space , problem occured.
please help me to solve this problem.