Where can i find "Code Protect" option in IAR Embedded Workbench ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Where can i find "Code Protect" option in IAR Embedded Workbench ?

729 Views
rajkumar_yerraj
Contributor II

Hi,

I am using IAR embedded workbench for the development of Project.

I am using MK60FN1M0VLQ12 controller from NXP.

I need to enable "Code Protect" option to secure the code from any external attack which means no other person can decript the code from the executable hex file.

Can anyone tell me where i can find the "Code Protect" option in IAR Embedded Workbench.

Thank you.

-Rajkumar

Labels (1)
Tags (1)
0 Kudos
1 Reply

677 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi Rajkumar,

Do you want to encrypt the hex file? IAR hasn't such function. NXP has such a tool called elftosb. It can encrypt bin/srec/elf file to .sb file. Manufacturing tool(MfgTool2) is used to download this sb file to K60.

But it need flash_bootloader runs in K60 to talk with MfgTool2. You have to port other kinetis chip's flash_bootloader project to K60 and download it first.

MCU Bootloader | NXP 

Regards,

Jing

0 Kudos