reading/writing to CMOS Static ram
ftj405
Posts: 8
I have an old goldstar cmos 2048 X 8 static ram chip. it is async, and TTL compatible inputs and outputs.
I have a smart card reader and using the example code from parallax have read and written to it, even checked to see if the card is inserted the wrong way.
I'm not sure how to interface to the goldstar chip. trying to think logically, i would think these would be the steps to write to the chip..
1. set the starting address.
2. grab the data and load into a buffer.
3. set the RW flag to write
4 then load...
am i even close? does anyone have any ideas.. thanks
goldstar_1.pdf
I have a smart card reader and using the example code from parallax have read and written to it, even checked to see if the card is inserted the wrong way.
I'm not sure how to interface to the goldstar chip. trying to think logically, i would think these would be the steps to write to the chip..
1. set the starting address.
2. grab the data and load into a buffer.
3. set the RW flag to write
4 then load...
am i even close? does anyone have any ideas.. thanks
goldstar_1.pdf
pdf
292K
Comments
Tell me what is your opinion on using the parallax micro sd board instead? The project i am working on is a smartcard door lock, so the data that would be stored off the stamp would be simple access list, that would store the userid, date-time of access.
I want to keep this as simple as possible..
Thanks for the advice.
Thanks again...
There are several SD card I/O libraries which allow you to store Propeller programs on the card and load and run them. I wrote an SPI memory library object (in the Object Exchange) that allows you to store files on an SPI flash memory and load and run them. It also allows access to up to two 23K256 SRAMs for storing byte-oriented data.