vdudouyt / stm8flash

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

stm8l152?4 flash_block_size update #145

Closed f-yildirim closed 2 years ago

f-yildirim commented 2 years ago

Set stm8l152?4 flash_block_size to 128 (64 was not working). Tested on STM8L152K4 board successfully.

spth commented 2 years ago

According to Table 36 in the datasheet, 128 is correct. Thanks.

f-yildirim commented 2 years ago

Thanks for the merge.