-
Notifications
You must be signed in to change notification settings - Fork 2k
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
boards/samd21-xpro: configure serial flash #17692
base: master
Are you sure you want to change the base?
Conversation
acb9760
to
8671997
Compare
Changes looks good to me. I checked the pins connection and the flash datasheet. |
So you are able to read but not write? Is there some insight into how to unlock this? |
exactly
I did not yet look into this any further |
8671997
to
37df78e
Compare
37df78e
to
1d720d1
Compare
The SAM D21 Xplained Pro comes with a 1 MiB AT25DF081A serial flash.
1d720d1
to
6ce674a
Compare
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions. |
This is btw the same chip/issue as on the |
Contribution description
The SAM D21 Xplained Pro comes with a 1 MiB AT25DF081A serial flash.
Testing procedure
Run
tests/mtd_raw
Unfortunately the flash on my board ignores all writes, some unlock command might be needed.
Issues/PRs references