Serial Peripheral Interface (SPI) Serial Single IO NOR Flash Memory Interfacing 1Gb
Fork of S25FL256S by
History
SPI Single IO Read Write Erase Operations S70FL01GS; Nucleo F767ZI
2018-05-21, by shivanandgowdakr [Mon, 21 May 2018 10:22:55 +0000] rev 6
SPI Single IO Read Write Erase Operations S70FL01GS; Nucleo F767ZI
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