Page 1 of 1

6116 static Ram data

Posted: Fri Sep 04, 2015 9:26 pm
by paulig
Hi guys,

Im curious to know if there is a way to read the data stored in 6116 static Ram?

I have a circuit 6116 connected to a battery with Eprom 27c128 and 6502 installed.

regards

Re: 6116 static Ram data

Posted: Fri Sep 04, 2015 10:09 pm
by GARTHWILSON
It works like most other truly random-access static RAMs. If the OE\ (output enable not) is low, and the CS\ (chip select not) is low, and the R/W\ (read / write-not) is high, D0-D7 will output the contents of the address given by A0-A10. It is not non-volatile memory though like EPROM, EERPOM, or flash ROM. If power is completely removed, it immediately forgets everything.