vdudouyt / stm8flash

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

Add unlocking for STM8S005?6 and STM8S105?6. #113

Closed herm closed 5 years ago

herm commented 5 years ago

Note: Probably the definitions for these two chips could be combined to STM8S?05?6 because they seem to be the same chip.

spth commented 5 years ago

Has this been tested? If yes, please indicate the tested combinations in README.md.

Philipp

P.S.: Combining STM8S005 and STM8S105 that way could be risky, in case ST releases an STM8S905 or so.

herm commented 5 years ago

Done. I only added it for the 005 variant as this is the chip I have on hand, but I suspect that 005 and 105 are actually the same die. Their characteristics in the datasheet are extremely similar.

spth commented 5 years ago

STM8S105 and STM8S005 are indeed the same die. See also https://hackaday.io/project/16097-eforth-for-cheap-stm8s-gadgets/log/76731-stm8l001j3-a-new-sop8-chip-and-the-limits-of-stm8flash

Philipp