SPI driver for M25P* flash devices.
Dependents: flash-fs-example Dragonfly_Filesystem_Example Dragonfly_Low_Power_Example STM32F407VET6_SPIFlash ... more
History
Update to latest from Multitech git repo
2020-06-26, by Leon Lindenfelser [Fri, 26 Jun 2020 15:05:25 -0500] rev 5
Update to latest from Multitech git repo
1. Add timeout when waiting for WIP
2. Check 'write in progress bit' after writing the status register
3. Add ability to write the status register
4. Read identification function actually reads identification
5. Hardcode memory size as parameter in constructor
6. Move wakeup() call after CS, WP, and HOLD setup so it wakes the flash if it was sleeping
add sleep changes from git repo
2015-06-08, by Mike Fiore [Mon, 08 Jun 2015 15:52:34 -0500] rev 4
add sleep changes from git repo
fix bug: can't create DigitalOut(NC) instances, we get an assert failure
2014-12-15, by Mike Fiore [Mon, 15 Dec 2014 16:35:47 -0600] rev 3
fix bug: can't create DigitalOut(NC) instances, we get an assert failure
add .hgignore
2014-12-15, by Mike Fiore [Mon, 15 Dec 2014 15:53:59 -0600] rev 2
add .hgignore
add optional pins for W and HOLD
2014-12-11, by Mike Fiore [Thu, 11 Dec 2014 14:37:34 -0600] rev 1
add optional pins for W and HOLD
SpiFlash25: initial commit
2014-12-04, by mfiore [Thu, 04 Dec 2014 14:09:10 +0000] rev 0
SpiFlash25: initial commit