Tool/software:
How do I read data from FPGA using EMIF?
The chipset uses TMS570 and communicates with the FPGA using 16-bit communication.
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.
Tool/software:
How do I read data from FPGA using EMIF?
The chipset uses TMS570 and communicates with the FPGA using 16-bit communication.
Hi Jung,
you can use TMS570 EMIF to interface with FPGA as a asynchronous memory.
For this purpose, you just need to connect the asynchronous address, data and CS etc lines of EMIF to the FPGA.

Once you did that you can do the read and write operations to the FPGA using corresponding memory addresses.

For example, if i connected FPGA with CS2 then i can do the read and write operations to FPGA from the starting address of 0x60000000.
You can also refer below threads for more details:
--
Thanks & Regards,
Jagadish.