Page 1 of 1

Protect code on STM32

Posted: Sat Jun 18, 2022 9:33 am
by mebab
Hi,

I have written codes on my developed platforms for years and would like to keep them secured. Does anybody know how to protect a code on the STM32? I need it to be editable by myself whenever it is necessary but nobody else can download and discover the written code.

Thanks for your help!

Re: Protect code on STM32

Posted: Sat Jun 18, 2022 9:38 am
by ag123
the codes are in your sources, in stm32 it is only the binaries.

Re: Protect code on STM32

Posted: Sat Jun 18, 2022 10:11 am
by mebab
But, I think anybody can make another board behave the same as the first one based on the binary they get. Am I right?
Can we do this by 'Option bytes'?