Interfacing with FRAM
Hello all,
I have a FRAM chip that I am trying to use for data storage with my BS2, but I am unsure of how to do so properly. The data sheet is attached, but I am unsure of what commands to send it. I believe I have everything wired correctly. I have pins 1-4 grounded, 5 and 6 are wired to I/O pins on the stamp (9 and 8, respectively), 7 is unconnected, and 8 is set to ~3V.
Right now, I am just trying to get a simple program to write data and read it back. If anyone has any advice or could point me in the right direction, it would be most appreciated.
Thanks,
Xan
I have a FRAM chip that I am trying to use for data storage with my BS2, but I am unsure of how to do so properly. The data sheet is attached, but I am unsure of what commands to send it. I believe I have everything wired correctly. I have pins 1-4 grounded, 5 and 6 are wired to I/O pins on the stamp (9 and 8, respectively), 7 is unconnected, and 8 is set to ~3V.
Right now, I am just trying to get a simple program to write data and read it back. If anyone has any advice or could point me in the right direction, it would be most appreciated.
Thanks,
Xan
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
You would be much better off getting a 5V FRAM part if you can. The interfacing for a 3.3V part isn't difficult, but you could avoid it and concentrate on the software.
There are several Nuts and Volts Columns on interfacing EEPROMs and other I2C devices to a BS2p or BS2. The column for the BS2 includes sample code that you could use.