dmitrystu / sboot_stm32

Secure USB DFU1.1 bootloader for STM32
Apache License 2.0
303 stars 63 forks source link

Supports STM32F103xC/D/E devices with 2Kbytes pages #37

Closed shawnchain closed 3 years ago

shawnchain commented 3 years ago

STM32F103 high-density devices has 2 Kbytes pages and the program_flash in stm32f103.S is always using 1K page instead.

dmitrystu commented 3 years ago

Thank you for your contribution.