Protect code on STM32

Post here all questions related to STM32 core if you can't find a relevant section!
Post Reply
mebab
Posts: 115
Joined: Mon Aug 24, 2020 12:42 pm
Answers: 4

Protect code on STM32

Post 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!
ag123
Posts: 1656
Joined: Thu Dec 19, 2019 5:30 am
Answers: 24

Re: Protect code on STM32

Post by ag123 »

the codes are in your sources, in stm32 it is only the binaries.
mebab
Posts: 115
Joined: Mon Aug 24, 2020 12:42 pm
Answers: 4

Re: Protect code on STM32

Post 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'?
Post Reply

Return to “General discussion”