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.
Dear Sir/ Madam,
Please tell me how to protect .HEX Intel file generated in CCS.
We send HEX files for upgradation in different places, we wanted to ensure that reverse code would not be available if we share .HEX file.
If there are different methods for secure update of MCU Pl. let me know.
hi Ravi ,
How do you plan on loading this code onto the device ?
Is it using CCS or some other equivalent tool ?
I believe we don't have anything directly if using the tool .
Maybe we could use some encryption / decryption.
https://www.devglan.com/online-tools/aes-encryption-decryption
Regards.
hi,
I believe there is nothing straightforward by the c2prog tool.
Since the keys in the tool are primarily to unlock the device and then flash the code.
I will check internally and get back if there is any other way.
Regards.
Hi Ravi,
Could you please use Serial flash programmer to upload the firmware.
Refer: Application note: Serial Flash Programming of C2000™ Microcontrollers (sprabv4)
Serial flash programmer examples:
Here you may try to encode the date sent via the flash programmer and decode through kernel before programming the device.
Please go through application note and let us know if this method works for you.
Thanks,
Katta