参照论坛中一个酷帖
https://bbs.21ic.com/viewthread.php?tid=125619&highlight=%E8%AF%BB%E4%BF%9D%E6%8A%A4
进行设置。在main中使能读保护:
int main(void)
{
FLASH_ReadOutProtection(ENABLE);
while(1)
{
}
}
但是用Jlink烧写程序后发现,下次还可以继续烧写,用H-JTAG也可以正常读出Flash中的代码,难道是读保护没起作用?
还请各位高人指点迷津! |