Improvements to readSerialNumber Method#45
Open
CascoLogix wants to merge 1 commit intoPaulStoffregen:masterfrom
Open
Improvements to readSerialNumber Method#45CascoLogix wants to merge 1 commit intoPaulStoffregen:masterfrom
CascoLogix wants to merge 1 commit intoPaulStoffregen:masterfrom
Conversation
…readSerialNumber method and generally improved to work with multiple chips that support this feature. Added method readSFDP used to support readSerialNumber.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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):