Forum Discussion
Altera_Forum
Honored Contributor
10 years agoProviding you've presented an address and activated CE & OE (typically by driving them LOW), you can read in the data from the SRAM - providing you wait the required time for the data to be valid (see the datasheet for the SRAM). You can then present the next address (sequential or otherwise), leaving CE & OE active, to recover the data corresponding to that address. True, Random access.
If this is what you've done, and you're not getting what you expect on your display, then I'd question whether you've written in what you expect or whether you have a problem somewhere else in your code. Cheers, Alex