Skip to content

This code was found on Cypress official site and was very useful for my project including 2MB FRAM module.

Notifications You must be signed in to change notification settings

DrKsantor/Cypress-2byte-addressed-SPI-FRAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cypress SPI 2-byte adressed FRAM

This is the official Cypress library from their site for working with 2-byte addressed SPI FRAM. It is ready to use with Arduino IDE. If you have problems with accessing FRAM try to use

SPI.beginTransaction(SPISettings(100000, MSBFIRST, SPI_MODE0)); SPI.endTransaction();

instead of regular

SPI.begin();

About

This code was found on Cypress official site and was very useful for my project including 2MB FRAM module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published