This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我们用InstaSPIN-FOC F28027F做了一个产品,请问怎么加密MCU,保护程序不被别人读出来,能不能实现在线升级功能(IAP),以便后续丰富产品功能,修复产品的bug.有没有相关资料及demo代码?
你好:
1、加密的话最简单的可以在CCS中直接操作:debug模式下Tools - On Chip Flash - Code Security Password. 在这个区域里直接写入密码就可以了。也可以使用芯片的CSM(code security module)模块,比较复杂,详情可以参考datasheet(注意不要使用全0密码,会导致芯片永久锁死)
以及C:\ti\c2000\C2000Ware_1_00_06_00\device_support\f2802x\examples\structs\f28027_flash_kernel
在线升级也可以参考这个帖子:e2echina.ti.com/.../9864