Electronic – dual-port parallel-to-serial SRAM

esp32sram

I wanna interface an old Motorola 68000-based system with an ESP32, and I was thinking of doing that through SRAM. However I can't seem to find any SRAM that I could put between them. What other options do I have?

The idea was to stick this hypothetical dual-port SRAM straight on the 68k bus and on the ESP32's external RAM interface (QSPI/OSPI).

Best Answer

This is a very good application for a small FPGA. If you don't need much shared memory, you can use block RAM inside the FPGA. Otherwise, a small parallel SRAM or DRAM should suffice.

Related Topic