FRAM, or
Ferroelectric Ram, is pretty darn cool! It's similar to
Dynamic random-access memory, only with a ferroelectric layer instead of a dielectric layer. This gives it stable handling (the bytes you write are non-volatile) with dynamic responsiveness (you can write them very fast!)
Now, with this SPI FRAM breakout board you can add some FRAM storage to your next DIY project. FRAM allows for a lower power usage and a faster write performance. It's excellent for low-power or inconsistent-power datalogging or data buffering where you want to stream data fast while also keeping the data when there's no power. Unlike Flash or EEPROM there's no pages to worry about. Each byte can be read/written 10,000,000,000,000 times so you don't have to worry too much about wear leveling.
This particular FRAM chip has 2 Megabits (256 KBytes) of storage, interfaces using SPI, and can run at up to 40 MHz clock rates. Each byte can be read and written instantaneously (like SRAM) but will keep the memory for 95 years at room temperature.
This handy magnetic marvel is plugged onto a breakout board with 3.3V logic level shifting and regulator so that you can use this chip with either 3V or 5V power and logic. It comes in a breadboard-friendly breakout and bit of standard 0.1" header.
Looking for something with more byte? Check out the 4 MBit / 512 KBytes breakout.
Technical Details
Check out our FRAM usage guide for schematics, diagrams, datasheets and example code for Arduino and CircuitPython and Python.
- Bit configuration: 262,144 words x 8 bits
- Serial Peripheral Interface: SPI (Serial Peripheral Interface)
- Correspondent to SPI mode 0 (0, 0) and mode 3 (1, 1)
- Operating frequency: 40MHz Max
- High endurance: 10^13 times / byte - that's 10,000,000,000,000 times!
- Data retention: 10 years (at +85 °C), 95 years (at +55 °C), or over 200 years (at +35 °C)
- Low power consumption: Operating power supply current 2.6mA (Max @ 40 MHz)
- Operation ambient temperature range : -40 °C to +85 °C
-
Revision History:
As of June 8, 2022 - This breakout may come with a different regulator than AP2112K due to parts shortages. The regulator can provide at least 100mA.

