stm8 在IAR 下烧写出现The Flash Memory Read-out protection 的解决方法

刚买回来的stm8 最小板居然不能烧写程序,在以前的板子上烧写可是好好的。

烧写就出现The Flash Memory Read-out protection (内存写保护) 错误。

废话少说:

要解除写保护,先仔仔stvp工具点击打开链接

打开stvp工具后:

stm8 在IAR 下烧写出现The Flash Memory Read-out protection 的解决方法stm8 在IAR 下烧写出现The Flash Memory Read-out protection 的解决方法

选择option byte

stm8 在IAR 下烧写出现The Flash Memory Read-out protection 的解决方法stm8 在IAR 下烧写出现The Flash Memory Read-out protection 的解决方法

选择关闭写保护,如果默认是关闭就不用管

然后点击右键选择program current 重新烧写一次,然后重新打开IAR,发现就可以重新开始下载程序了