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

Support flashing larger than a flash page (1 KB) #5

Open
satoshinm opened this issue Dec 28, 2017 · 0 comments
Open

Support flashing larger than a flash page (1 KB) #5

satoshinm opened this issue Dec 28, 2017 · 0 comments
Labels

Comments

@satoshinm
Copy link
Owner

Flash has to be erased a page (1 KB on the STM32F103 blue pill) at a time, limiting the payload size. To support larger compiled payloads, buffer up to a page and flash and write a page at a time.

@satoshinm satoshinm added the bug label Dec 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant