We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
I am working on in application programming using STM32F105. I read this application note about secure firmware upgrade www.st.com/.../DM00044227.pdf
So what i am thinking about is that i have to make encryption for the code that i wrote, and not the data the microcontroller may send to some peripheral. How can i make this? is there any configuration that i can make to tell the complier to make code encryption with some encryption key?
Regards, Hisham
.. simply setting the flash read disble bits?
* A bootloader that can decode encrypted hex/bin files. * CRP protected chip. * PC tool to encrypted hex/bin files.
if the crook is one of those that have the ability to crack the memory protection for a "just protected" code, (s)he can also crack the "bootloader that can decode"
Erik