Page 1 of 1

Just another bootloader

Posted: Wed Jan 22, 2020 8:32 pm
by darkspr1te
Hi All,
In case anyone needing a stm32f107vc bootloader to pull firmware from sd card and also update a eeprom bin, here's your source
https://github.com/darkspr1te/stm32f107vc_sd_bootloader
it supports alternate reset vectors, easy config.

darkspr1te

Re: Just another bootloader

Posted: Thu Jan 23, 2020 3:29 pm
by victor_pv
Nice, thanks for sharing. How much flash space does it take?

Re: Just another bootloader

Posted: Fri Jan 31, 2020 10:28 am
by darkspr1te
currently 24k for non-lcd and 28k for lcd init routines, can be further improved by removing hardfault routines, and compiler settings, alas i'am very new to that side of platformio so i've not worked on anything there yet.
darkspr1te

Re: Just another bootloader

Posted: Fri May 22, 2020 7:53 am
by Juraj
With SD bootloder OTA update should be possible.
https://github.com/jandrassy/ArduinoOTA