Hi,
I encountered a problem, in below post have the :
http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/717/p/323458/1126828.aspx#1126828
I use PCIE to connect DM8168EVM and C6678EVM board , since EDMA transfer need physically contiguous memory, I use cmem to get physically contiguous memory, but when I use HAL_writeDMA function to transfer data from DM8168 to C6678's DDR3 , I can only transfer 1MBytes data , if data size exceed 1MBytes , the data is not correct.
My question :
How can I transfer a frame image (about 4MBytes) to C6678 use EDMA? since DM8168 can not transfer 4MB data use HAL_writeDMA(kernel error), I transfer it In four transmission, but the data is not rigth . The phenomenon shown in above URL.
Thanks,
yang liu3