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

a smaller bootloader. #894

Open
smaller09 opened this issue Oct 5, 2023 · 0 comments
Open

a smaller bootloader. #894

smaller09 opened this issue Oct 5, 2023 · 0 comments

Comments

@smaller09
Copy link

smaller09 commented Oct 5, 2023

hi pascal,
The flash is limited. so I just try to reconstruct a smaller bootloader for the MPM project.
the code is here
https://github.com/smaller09/bootloader
and it just a rewrite of the StmMultiBoot
the bin size is 3776 bytes
I had tested it with avrdude to verify that the bootloader is working fine with stm32f103cbt6 bull pill.
would u please take a look.

PS: for more flash room. I have another version (omit the support for usart1, I think that's ok for internal module) is about 1.8K.
PS2: I had updated the code, it's now 2032 bytes (with usart1 and led), need test.

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