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
Just another bootloader
Re: Just another bootloader
Nice, thanks for sharing. How much flash space does it take?
-
- Posts: 26
- Joined: Tue Jan 07, 2020 4:22 pm
Re: Just another bootloader
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
darkspr1te
Re: Just another bootloader
With SD bootloder OTA update should be possible.
https://github.com/jandrassy/ArduinoOTA
https://github.com/jandrassy/ArduinoOTA