[ FORK ] SPI flash memory control library forked from jyam/W25X40BV
Dependents: 11u35_usbLocalFilesystem
Fork of W25X40BV by
History
change WAIT_TIME
2016-08-12, by k4zuki [Fri, 12 Aug 2016 06:35:57 +0000] rev 8
change WAIT_TIME
standard SPI_FREQ is 10MHz; use _cs as DigitalInOut to release bus; dummy data is 0xAA
2016-07-07, by k4zuki [Thu, 07 Jul 2016 01:48:44 +0000] rev 7
standard SPI_FREQ is 10MHz; use _cs as DigitalInOut to release bus; dummy data is 0xAA
fix multiple bug in pageErase()
2016-03-09, by k4zuki [Wed, 09 Mar 2016 04:08:40 +0000] rev 6
fix multiple bug in pageErase()
better wait time based on datasheet
2016-03-05, by k4zuki [Sat, 05 Mar 2016 01:18:55 +0000] rev 5
better wait time based on datasheet
use SWSPI library; typedef; add page and block(4K/32K) erase
2016-02-28, by k4zuki [Sun, 28 Feb 2016 15:22:40 +0000] rev 4
use SWSPI library; typedef; add page and block(4K/32K) erase
now a derived class of SPI from \"mbedh.h\" (can access SPI\s public member functions; more flexible);
2012-03-26, by jyam [Mon, 26 Mar 2012 04:30:32 +0000] rev 3
now a derived class of SPI from \"mbedh.h\" (can access SPI\s public member functions; more flexible);
modified W25X40BV API read() to readStream() and write() to writeStream() to avoid overwriting SPI\s write() function (and it is now a more descriptive function name)
fix spelling error
2012-03-19, by jyam [Mon, 19 Mar 2012 15:05:56 +0000] rev 2
fix spelling error
added sequential read and write
2012-03-19, by jyam [Mon, 19 Mar 2012 14:55:24 +0000] rev 1
added sequential read and write
initial publish
2012-03-19, by jyam [Mon, 19 Mar 2012 10:20:37 +0000] rev 0
initial publish