Other Parts Discussed in Thread: OMAPL138
In my project, I want to use the dsp-side of omapl138 to get the data of FIFO maked in FPGA, then the data will be processed in dsp-side, and the processed dada will be sent to the arm-side. Because I want to send the processed data to the remote Access point by wifi.
I used the EMIFA interface to conect the FPGA.
next, I want to edit a program which can get the data and process the data . That program I edit is in dsp-side based on the sample of MPCSXFER in the dsplink dictionary.
Is this idea right?