I am designing a GigE interface to hang on the OMAP3530. Have mapped it into GPMC space and based upon data sheets, looks like
I can read the GigE device at about 400Mbits/second. Once the 16-bit chunks are read from the device, need to write it to LPDDR memory. Am wanting
to parallelize this effort so that don't take a write hit as well. Can this be done? Any examples out there I could reference?