SPI driver for M25P* flash devices.

Dependents:   flash-fs-example Dragonfly_Filesystem_Example Dragonfly_Low_Power_Example STM32F407VET6_SPIFlash ... more

Committer:
Leon Lindenfelser
Date:
Fri Jun 26 15:05:25 2020 -0500
Revision:
5:31c110c2536c
Parent:
2:1a0b1801b1ce
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

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Mike Fiore 2:1a0b1801b1ce 1 syntax: regexp
Mike Fiore 2:1a0b1801b1ce 2 \.hgignore$
Mike Fiore 2:1a0b1801b1ce 3 \.git$
Mike Fiore 2:1a0b1801b1ce 4 \.svn$
Mike Fiore 2:1a0b1801b1ce 5 \.orig$
Mike Fiore 2:1a0b1801b1ce 6 \.msub$
Mike Fiore 2:1a0b1801b1ce 7 \.meta$
Mike Fiore 2:1a0b1801b1ce 8 \.ctags
Mike Fiore 2:1a0b1801b1ce 9 \.uvproj$
Mike Fiore 2:1a0b1801b1ce 10 \.uvopt$
Mike Fiore 2:1a0b1801b1ce 11 \.project$
Mike Fiore 2:1a0b1801b1ce 12 \.cproject$
Mike Fiore 2:1a0b1801b1ce 13 \.launch$
Mike Fiore 2:1a0b1801b1ce 14 \.project$
Mike Fiore 2:1a0b1801b1ce 15 \.cproject$
Mike Fiore 2:1a0b1801b1ce 16 \.launch$
Mike Fiore 2:1a0b1801b1ce 17 Makefile$
Mike Fiore 2:1a0b1801b1ce 18 \.ewp$
Mike Fiore 2:1a0b1801b1ce 19 \.eww$