dmitrystu / sboot_stm32

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

Fix double-bank EEPROM case, fixup README #41

Closed dzarda closed 2 years ago

dzarda commented 2 years ago

L072 has a dual-bank EEPROM and does not define DATA_EEPROM_END. Solution successfully tested in a roundtrip experiment.

Also took the liberty of tuning README for better readability.