Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements to readSerialNumber Method #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CascoLogix
Copy link

Added variable chipID to save when readID is first called in begin(). Can be retrieved later without calling readID() again. Command bytes can be determined by chipID in readSerialNumber. Spansion chips need command byte 0x5A, SST 0x88.

Added readSerialNumber() and readSFDP(). Method readSFDP() is used to support readSerialNumber(). Tested with Spansion S25FL127S and Spansion S25FL116K.

Chips that support but have not been tested:
- SST SST26VF032
- Winbond W25Q16JV

Chips that do not support SerialNumber (UniqueID):

  • Macronix MX25L12805D
  • Macronix MX66L51235F
  • Numonyx M25P128
  • Micron M25P80
  • Micron N25Q128A
  • SST SST25WF010

…readSerialNumber method and generally improved to work with multiple chips that support this feature. Added method readSFDP used to support readSerialNumber.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant