STM32 custom Bootloader
Dear community,
My device is a logger. the configuration is over USB (UART vcp) via a web interface.
i'm able to connect it, to configure it and store data correctly.
i'm using a stm32L05x (whithout embeded DFU) and ,important, no external reset button.
My aim is to propose a firmware update over the webpage (device already connected).
what do you propose to me for my need.
do you have a experience, example or website to explain me the right way to do that .
my reseach , give me a pyserial could be a good way for the webinterface.
but what about the firmware update ?
