Skip to content

Improvements to readSerialNumber Method#45

Open
CascoLogix wants to merge 1 commit intoPaulStoffregen:masterfrom
CascoLogix:master
Open

Improvements to readSerialNumber Method#45
CascoLogix wants to merge 1 commit intoPaulStoffregen:masterfrom
CascoLogix:master

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