Erasing flash

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Erasing flash

1,531 次查看
DavidoBG
Contributor II
How i can erase last page FE00->FFFF with doonstack.asm tools. I can erase all previous page but the last i cannot!!!
I try to put line code following :
FPROT_FPDIS = 1; but no effect!!!
Somebody have any about this?
Thanks
David
标签 (1)
0 项奖励
回复
1 回复

532 次查看
MrBean
Contributor I
The last page contains interrupt vecturs and security information.
You can only use a mass erase to erase the last page.
That erases everything at once.
 
Use a different page for flash data.



Message Edited by MrBean on 2008-11-27 02:20 PM
0 项奖励
回复