Skip to content

Simple Rust flash driver for the IS25LP064A

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENCE-APACHE
MIT
LICENCE-MIT
Notifications You must be signed in to change notification settings

tweedegolf/IS25LP064A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IS25LP064A Flash driver

crates.io Documentation

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.

TODO

  • Fast read support. So far there's only support for the normal read, so don't use a SPI speed of > 50Mhz

Changelog

Unreleased

[0.1.0] - 2024-10-08

  • Initial release (forked from w25q32jv)
    • Increased page count
    • Made unique ID 16 bytes

About

Simple Rust flash driver for the IS25LP064A

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENCE-APACHE
MIT
LICENCE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages