Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
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