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

Always download full pages. #10

Merged
merged 1 commit into from
Oct 13, 2019
Merged

Conversation

UweBonnes
Copy link
Contributor

When non-full page is given, the last page is repeated. This will inhibit BMP to start.

When non-full page is given, the last page is repeated.
@jeanthom
Copy link
Owner

Oh, that might fix the issues I had with DirtyJTAG on ST-Link. Why do you memset to 0xFF rather than 0 (just a curiosity)? Anyway, thanks for the PR!

@jeanthom jeanthom merged commit 3a78a01 into jeanthom:master Oct 13, 2019
@UweBonnes
Copy link
Contributor Author

Wow, that was fast.

STM32F1 erases the memory to 0xff. By keeping unused space at 0xff, memory outside the range is not touched.

@jeanthom
Copy link
Owner

That makes sense, thanks for the explanation!

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