Articles from Techtravels Amiga Blog
Primary tabs
J68 can now speak with BEMICRO MAX 10 onboard SDRAM
So for the longest time, I’ve wanted to use the onboard 8MB SDRAM that is present on the BEMICRO MAX 10 fpga eval board. This is now a reality!
I’ve successfully integrated a controller with some glue logic to connect to the J68.
I’ve mapped the $20000-$81FFFE to the SDRAM. All calls to ROM (stored on-FPGA FLASH) are retrieved properly, some low level RAM calls access the on-FPGA M9K memory blocks, and the UARTs are all handled fairly seemlessly.
Here’s the very simple 68K memory check routine. Obviously this can be expanded on, but it’s passing!!