Adding FRAM to Arduino Micro ?

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
solardude
 
Posts: 145
Joined: Fri Oct 18, 2013 12:47 am

Adding FRAM to Arduino Micro ?

Post by solardude »

Image

Hi, I am wanting to add FRAM if possible to the Arduino Micro board so I will have enough memory to run the larger 128x128 & 400x240 pixel Sharp Memory Displays that require 2-12,000 byes of memory to buffer the screen image.

I found this and I think it should work but I would prefer the benifits of a FRAM chip instead if possible. Would both options require the same code that you supply for this 1 Mb memory chip? http://www.adafruit.com/products/1564

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: Adding FRAM to Arduino Micro ?

Post by adafruit_support_mike »

Every chip has its own interface for communication. You'd need a library that can talk to whatever chip you select.

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”