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

added support for Spansion S25FL1-K 64Mb #4

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

Conversation

0xd3d0
Copy link

@0xd3d0 0xd3d0 commented Jan 19, 2016

No description provided.

@eblot
Copy link
Owner

eblot commented Apr 13, 2016

We do not have a S25FL1-K 64Mb available, but I found a 16Mb version to perform some tests.

@eblot
Copy link
Owner

eblot commented Apr 13, 2016

Unfortunately, it is a SL25FL016K, which does not seem compliant with S25FL1-K. Spansion SPI data flash series are notoriously ugly as they may identify with same IDs but expose incompatible instruction set, not mentioning their non-linear erase page size...

@eblot
Copy link
Owner

eblot commented Apr 13, 2016

Beware that the proposed patch is invalid: 0x40<<20 means 64MB.
64Mb = 8MB, 128Mb = 16MB; I'm not sure what you meant here.

@0xd3d0
Copy link
Author

0xd3d0 commented Apr 13, 2016

You are right, it should be 0x40<<17 - for 64Mb (8MB)

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.

2 participants