K60 Secure question

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

K60 Secure question

1,310 次查看
w_x
Contributor II

Dears:

 

I shorted some signals when the IC power on by mistake.  Unfortunately when I debug the program in codewarrior there was one popup with message"device is secure, erase to secure?". I chose yes but no effect. Is anyone know how to take my IC back to nornal?

 

THX!

0 项奖励
回复
1 回复

802 次查看
evgenik
Contributor IV

Hi.

All these settings that you are mentioned are stored as a default in area 0x400 – 0x410 in memory area and are very nicely described in reference manual.

  • Securing option:
    There are some securing options that allow you protect content of Flash in final products against to steal it. By these options you can secure Flash also against mass erase and this is the worst case for you, because if you forgot setup backdoor key you are not able to unlock device and then you can get rid of the MCU (But this is right combination for final product distribution).
    In case that you want to secure the chip and keep still full control on writing into the flash, so you just enable secure options and keep unprotected area of flash that you want to write run time.

If you are used "Processor Expert", you can change "Flash security" option to "Disable":

 

I believe that these hints help you.

0 项奖励
回复