Design secure Firmware that no one can flash and retrieve code in/from MCU.

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

Design secure Firmware that no one can flash and retrieve code in/from MCU.

571 次查看
rohitchudasama
Contributor III

Hello guys,

I want to design my firmware that no one can download hex file in my MCU (MKE18F512VLL16) and no one can retrieve my installed code from MCU.

Is it possible using ROM Boot loader ?

Anyone have idea about that than let me know.

Thanks. 

0 项奖励
回复
1 回复

444 次查看
JHinkle
Senior Contributor I

The short answer to your question is that you CAN have a bootloader that "secures" the chip so it can not be dumped - only bulk erased.

The longer reply is that you may have to put a lot of work into getting that into place.

The standard bootloaders available AND the process of updating your code via the bootloader may not make that easy to implement.

Good luck.

Joe

0 项奖励
回复