2024-01-09 12:57 AM
hello everyone ,
how can i protect code in stm32f103 with the ability to upgrade code in future ? i am using stmcube programmer ide and stlink programmer
2024-01-09 01:15 AM
Hello @ahmash ,
i recommend you use some static security features like RDP (read out protection ) you will find a detailed description on AN5156 section 6.2 and you can have a look on our mooc videos on this feature in this link .
Hope this will answer you inquiry.
BR
2024-01-09 01:42 AM
Enable RDP and have your own loader capable.of IAP (In App Programming) to upgrade your application, ideally using encryption if the update is to be distributed.
2024-01-10 07:57 AM
Hi @ahmash ,
user @Tesla DeLorean is right. More about the IAP can be found for example here:
BR,
J
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.