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

extract_flash.c will fail for large programs on dual-256K flash boards #13

Open
tomlogic opened this issue May 30, 2024 · 0 comments
Open

Comments

@tomlogic
Copy link
Contributor

IIRC, the memory layout of dual flash boards places the UserBlock and System ID Block at the top of the first flash. I think this was to allow for storing data on the second flash, or possibly an alternate firmware image (downloader on first flash, application on second flash).

The current version of Samples/extract_flash.c doesn't take that mapping into account, and won't be able to dump a large firmware image that skips over the UserBlock and System ID Block.

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

No branches or pull requests

1 participant