External Ram interfacing with stm32
As I have been developing a printer, therefore I need fast external ram to store all the data at once and then retrieve the data from the ram to the printer board. I have used the FIFO memory but that's not enough for the data. As I need a minimum 64 Mbit ram. Can somebody suggest to me the ram or SRAM or any other type of ram that can be easily configured by the stm32 microcontroller and fast enough in reading and writing data, at least 6 mhz retrieving data speed.
