Releases: sfyip/STM32F103_MSD_BOOTLOADER
Releases · sfyip/STM32F103_MSD_BOOTLOADER
Enhancement
Bug fix
Try to fix the following issue: BUG for program size greater than 64K
(Seems it is caused by improper soft reset during parse ihex EOF inside the USB interrupt handler. The flash is already prog, but soft reset doesn't handle properly. Therefore, Windows reported the file is corrupt and stopped at 67%)
Support drag and drop the hex file, encryption mode
- Support drag and drop the hex file to programming the board
- Support encryption mode (AES256), can use hex_crypt utility to generate encrypted hex file
- Tested on Windows 8, macOS Sierra and Ubuntu 18.04 only
- Remove drag and drop the bin file since it is not working properly in macOS