This is a generic driver for the IS25LP064A flash chip from ISSI.
It supports:
- Blocking SPI using
embedded-hal 1.0
- Async SPI using
embedded-hal-async
- Blocking
embedded-storage
- Async
embedded-storage-async
To unlock the use of async, activate the async
feature on the crate.
Defmt is also supported through the defmt
feature.
- Fast read support. So far there's only support for the normal read, so don't use a SPI speed of > 50Mhz
- Initial release (forked from w25q32jv)
- Increased page count
- Made unique ID 16 bytes