How to use FRAM (WinCE)
Overview
- FRAM is a non-volatile memory used to perform read and write operation similar to RAM and provides fast writes at full interface speed.
- FRAM does not have any write delays and data is instantly nonvolatile.
- FRAM's advantages:
- Lower power usage
- Faster write performance
- Greater maximum read/write endurance (about 1010 to 1014 cycles).
This tutorial demonstrates how to interface [FM25CL64B](http://www.cypress.com/file/41676/download) with Toradex module & Viola Carrier Board V1.2 A.
Schematic diagram
Image of Fram:
Schematic diagram:
Demo application in C
- Download demo code from here.
- Build and deploy the application.
- Navigate to My Device > Program Files > Fram_demo and run the application Fram_demo.exe.