野火电子论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 12582|回复: 2

FLASH读保护设置问题

[复制链接]
发表于 2019-4-21 17:27:27 | 显示全部楼层 |阅读模式
本帖最后由 iliketolearn 于 2019-4-27 10:15 编辑

各位同学好,我在看STM32F07的FLASH读写保护的知识,目前是运行的开发板的例程,但是发现不能修改保护级别为1级, 一直是0级。

这里是代码:
FLASH_OB_Unlock();                  
FLASH_ClearFlag(FLASH_FLAG_EOP | FLASH_FLAG_OPERR | FLASH_FLAG_WRPERR |
FLASH_FLAG_PGAERR | FLASH_FLAG_PGPERR|FLASH_FLAG_PGSERR);
FLASH_OB_RDPConfig(OB_RDP_Level_1);        
status=FLASH_OB_Launch();        
status = FLASH_WaitForLastOperation();



这里是书上的描述:
Modifying user option bytes on STM32F405xx/07xx and STM32F415xx/17xx
To modify the user option value, follow the sequence below:
1. Check that no Flash memory operation is ongoing by checking the BSY bit in the
FLASH_SR register
2. Write the desired option value in the FLASH_OPTCR register.
3. Set the option start bit (OPTSTRT) in the FLASH_OPTCR register
4. Wait for the BSY bit to be cleared.





回复

使用道具 举报

发表于 2019-4-22 14:25:59 | 显示全部楼层
修改之后要重新上电复位
回复 支持 反对

使用道具 举报

 楼主| 发表于 2019-4-27 16:46:36 | 显示全部楼层
多谢,回头试试!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

联系站长|手机版|野火电子官网|野火淘宝店铺|野火电子论坛 ( 粤ICP备14069197号 ) 大学生ARM嵌入式2群

GMT+8, 2025-1-16 15:48 , Processed in 0.040795 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表