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

samv7: add support for user signature area in embedded flash #12417

Merged
merged 1 commit into from
May 28, 2024

Conversation

michallenc
Copy link
Contributor

Summary

Embedded flash can have user signature area on SAMv7. This is a 512 bytes large page whose data are not erased by asserting ERASE pin or by software ERASE command.

This commit adds arch to board interface for this area. It is possible to perform read, write and erase operation. SAMV7_USER_SIGNATURE option has to be set in the configuration.

Impact

New feature for SAMv7

Testing

Tested on SAMv7 evaluation kit with progmem and mcuboot.

Embedded flash can have user signature area on SAMv7. This is a 512
bytes large page whose data are not erased by asserting ERASE pin or by
software ERASE command.

This commit adds arch to board interface for this area. It is possible
to perform read, write and erase operation. SAMV7_USER_SIGNATURE option
has to be set in the configuration.

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
@acassis acassis merged commit 649ccb2 into apache:master May 28, 2024
26 checks passed
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.

3 participants