This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SAMD21 secure bootlader

Hi all,

I'm using a SAMD21E17A and I'd like to know if I can create a secure bootloader with encrypted firmware?

I wish I could encrypt my software (aes for example) and upload it on my board, the idea is the bootloader take the firware decrypted it and run it.
This is to protect my code and prevent a user from being able to disassemble an update for example