SPI Single IO NOR Flash Library for Nucleo F767ZI Interfacing
Fork of W25X40BV by
History
OK
2018-10-23, by shivanandgowdakr [Tue, 23 Oct 2018 10:22:44 +0000] rev 8
OK
NOchange
2018-10-23, by shivanandgowdakr [Tue, 23 Oct 2018 09:39:19 +0000] rev 7
NOchange
Missing Chip Disable Added
2018-05-22, by shivanandgowdakr [Tue, 22 May 2018 09:44:34 +0000] rev 6
Missing Chip Disable Added
SPI NOR Flash Single IO Nucleo F767ZI Test Program;
2018-05-21, by shivanandgowdakr [Mon, 21 May 2018 07:50:39 +0000] rev 5
SPI NOR Flash Single IO Nucleo F767ZI Test Program;
S25FL256S Interface with Nucleo and Tested on 19/05/2018
2018-05-19, by shivanandgowdakr [Sat, 19 May 2018 09:56:14 +0000] rev 4
S25FL256S Interface with Nucleo and Tested on 19/05/2018
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