Hello
I am trying to integrate off-chip memory with the cortex-mo processor. My plan is to attach a commercial 16 or 8-bit memory with the processor instead of using the on-chip memory. Is it possible that I can attach off-chip memory having the memory map at 0x00000000? Can I do so using AHB to external SRAM interface instead of using BLOCK RAM of FPGA as on-chip memory?
AHB to external SRAM interface can be seen here. http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0479c/BABCCAII.html
Previously I attached Block ROM using AHB to flash interface module for 32-bit flash ROM. The link is http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0479d/BABCEHHI.html
Thanks