vdudouyt / stm8flash

program your stm8 devices with SWIM/stlinkv(1,2)
GNU General Public License v2.0
403 stars 183 forks source link

How about devices with overlapping flash/eeprom #32

Open spth opened 8 years ago

spth commented 8 years ago

Some STM8 parts have an eeprom of configurable start address and location: Option bytes allow to use some memory either as flash or as eeprom. An example would be the STM8L101K3 on the STM8L101-EVAL evaluation board. How would one add support for such a part to stm8flash?

Philipp