Bootloader for STM32 A bootloader is just an app that can jump to another application, erase the flash, or write a new data to the FLASH memory. Applications are located in different sections of the ...
The bootloader was developed for STM32VLDISCOVERY board, the only extra thing needed is an USB-UART module on PA10 (RX) and PA9 (TX) pins. Figure 1. Pinout of the system. After start-up, the system ...