Datasheet

You can easily wire this breakout to any microcontroller, we'll be using an Arduino
Connect Vcc to the power supply, 3V or 5V is fine. Use the same voltage that the
microcontroller logic is based off of. For most Arduinos, that is 5V
Connect GND to common power/data ground
Connect the SCK pin to the SPI clock pin on your Arduino. We'll be using Digital #13
which is also the hardware SPI pin on an Uno
Connect the MISO pin to the SPI MISO pin on your Arduino. We'll be using Digital #12
which is also the hardware SPI pin on an Uno.
Connect the MOSI pin to the SPI MOSI pin on your Arduino. We'll be using Digital #11
which is also the hardware SPI pin on an Uno.
Connect the CS pin to the SPI CS pin on your Arduino. We'll be using Digital #10 but
any pin can be used later
Download Adafruit_FRAM_SPI
To begin reading and writing data, you will need to download Adafruit_FRAM_SPI from our
github repository (http://adafru.it/du5). You can do that by visiting the github repo and
manually downloading or, easier, just click this button to download the zip
© Adafruit Industries https://learn.adafruit.com/adafruit-spi-fram-breakout Page 12 of 17