Driver for SST 64Mbit flash (8Mbyte) model 25VF064C including higher level methods for rewrite and buffered read/write to help optimize I/O. Can also work with other 25 series flash and eeprom devices, requiring minor revisions for their capabilities.

Dependencies:   SPIDebug

Files at this revision

API Documentation at this revision

Comitter:
davervw
Date:
Thu Apr 12 14:16:37 2012 +0000
Parent:
1:bf7d00887342
Commit message:
Cosmetic change. Changing "eeprom" to "flash" for accuracy.

Changed in this revision

SST25VF064C.cpp Show annotated file Show diff for this revision Revisions of this file
SST25VF064C.h Show annotated file Show diff for this revision Revisions of this file
--- a/SST25VF064C.cpp	Tue Apr 10 07:34:10 2012 +0000
+++ b/SST25VF064C.cpp	Thu Apr 12 14:16:37 2012 +0000
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// SST25VF064C.cpp - EEPROM driver
+// SST25VF064C.cpp - Flash driver
 //
 // COPYRIGHT (c) 2012 by David Van Wagner
 //
--- a/SST25VF064C.h	Tue Apr 10 07:34:10 2012 +0000
+++ b/SST25VF064C.h	Thu Apr 12 14:16:37 2012 +0000
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// SST25VF064C.cpp - EEPROM driver
+// SST25VF064C.cpp - Flash driver
 //
 // COPYRIGHT (c) 2012 by David Van Wagner
 //