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.
Revision 2:33d8a5ea4a80, committed 2012-04-12
- 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 |
diff -r bf7d00887342 -r 33d8a5ea4a80 SST25VF064C.cpp --- 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 //
diff -r bf7d00887342 -r 33d8a5ea4a80 SST25VF064C.h --- 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 //