I am interfacing asynchronous FIFO on FPGA with DSK6416. I want to know that can i transfer data from asynchronous FIFO interfaced on EMIFA of DSK6416 to on board SDRAM of DSK6416.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am interfacing asynchronous FIFO on FPGA with DSK6416. I want to know that can i transfer data from asynchronous FIFO interfaced on EMIFA of DSK6416 to on board SDRAM of DSK6416.
Shehzad,
Please go to the Wiki page for an archived workshop that covers the DSK6416: TMS320C6x1x DSP Integration Workshop
Are you also using the C6713? It is included in the Tags you selected for your post but is not mentioned in your post.
To directly address your question, yes you can use the EDMA to transfer data from your FIFO on EMIFA to the on-board SDRAM.
Regards,
RandyP
Shehzad,
Shehzad said:can EDMA transfer data from asynchronous peripheral device to synchronous peripheral device?
Yes.
Shehzad said:If yes that Is PDT transfer possible between these devices?
PDT is completely independent of EDMA. PDT is a hardware feature that requires external logic to control the operation to make a very efficient transfer between devices sharing the same EMIF data bus.
But EDMA is also efficient and much easier to use since there is no additional external control required.
Regards,
RandyP