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.

AM3358 Access FPGA Memory

Other Parts Discussed in Thread: AM3358

I'm currently designing a digital mixing console. We have a somewhat large number of ADCs and DACs (more than the MCASP can handle). We decided the solution for this was to use an FPGA to interface with the data converters and let the processor access the data through the RAM in the FPGA. We have not yet picked out a FPGA and we are using a AM3358 processor. 

From what I have read we can configure the FPGA RAM as being a NOR non-multiplexed 16-bit device through the GPMC. Is this correct? 

And my other question is it would probably be too slow to keep the data in RAM of the FPGA so would it be possible to set up a DMA transfer from the FPGA RAM to other memory in the processor that easier and faster to access? Or would we need to use a PRU to copy the data?