dmitrystu / sboot_stm32

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

DATA_EEPROM_END undefined error #12

Closed frazerbarnes closed 4 years ago

frazerbarnes commented 4 years ago

I am building for the STM32L072KZ. When attempting to build using the provided config.h with cipher disabled. I get DATA_EEPROM_END undefined as an error. Are there any other definitions I need to add to the config.h

dmitrystu commented 4 years ago

I need to check EEPROM configuration and defines for this MCU. If you don't need EEPROM programming interface you can disable it in config.h

#define DFU_INTF_EEPROM     _DISABLE
dmitrystu commented 4 years ago

Could you please try This fix for the L0x2 devices with 6K EEPROM. Unfortunately, i have no such devices in my lab.